OSDN Git Service

Moved "more" in English message since it is clearer when it is before the verb.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 26 Sep 2019 19:52:21 +0000 (12:52 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 23 Jan 2020 09:05:12 +0000 (18:05 +0900)
src/realm-hex.c

index 379bd25..4dcc732 100644 (file)
@@ -650,7 +650,7 @@ concptr do_hex_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mode)
                        "Attempts to increases your strength, dexterity and constitusion.");
                if (cast)
                {
-                       msg_print(_("身体が強くなった気がした。", "You feel your body is developed more now."));
+                       msg_print(_("身体が強くなった気がした。", "You feel your body is more developed now."));
                }
                break;