OSDN Git Service

English spelling correction, "inhail" to "inhale", for hex spell name.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 04:03:43 +0000 (21:03 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 04:03:43 +0000 (21:03 -0700)
src/realm-hex.c

index 8922b27..4c68d30 100644 (file)
@@ -569,7 +569,7 @@ concptr do_hex_spell(SPELL_IDX spell, BIT_FLAGS mode)
                break;
 
        case 10:
-               if (name) return _("薬品吸入", "Inhail potion");
+               if (name) return _("薬品吸入", "Inhale potion");
                if (desc) return _("呪文詠唱を中止することなく、薬の効果を得ることができる。", "Quaffs a potion without canceling of casting a spell.");
                if (cast)
                {