From cb98b4d07ada886bbfce0491399e2a431eac966a Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Thu, 26 Sep 2019 12:52:21 -0700 Subject: [PATCH] Moved "more" in English message since it is clearer when it is before the verb. --- src/realm-hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/realm-hex.c b/src/realm-hex.c index 7a5521f60..75a3759fb 100644 --- a/src/realm-hex.c +++ b/src/realm-hex.c @@ -636,7 +636,7 @@ concptr do_hex_spell(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; -- 2.11.0