OSDN Git Service

Replaced "spelling" with "spell casting" in English name for high mage innate ability.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 23 Jan 2020 02:51:06 +0000 (18:51 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 23 Jan 2020 02:51:06 +0000 (18:51 -0800)
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;