OSDN Git Service

Simplified English message after casting "Extra might".
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:49:59 +0000 (12:49 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 09:05:10 +0000 (18:05 +0900)
src/realm-hex.c

index e6f83b0..c0057ba 100644 (file)
@@ -415,7 +415,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
                if (desc) return _("術者の腕力を上昇させる。", "Attempts to increase your strength.");
                if (cast)
                {
-                       msg_print(_("何だか力が湧いて来る。", "You feel you get stronger."));
+                       msg_print(_("何だか力が湧いて来る。", "You feel stronger."));
                }
                break;