OSDN Git Service

It's not currently used in hengband, but bring over the change to mouse event handlin...
[hengbandforosx/hengbandosx.git] / src / racial.c
index 453ed6a..5a730f9 100644 (file)
@@ -861,7 +861,7 @@ void do_cmd_racial_power(void)
        case CLASS_HIGH_MAGE:
        if (p_ptr->realm1 == REALM_HEX)
        {
-               strcpy(power_desc[num].name, _("詠唱をやめる", "Stop spelling"));
+               strcpy(power_desc[num].name, _("詠唱をやめる", "Stop spell casting"));
                power_desc[num].level = 1;
                power_desc[num].cost = 0;
                power_desc[num].stat = A_INT;