From 9666e271e8a264ad5d8ffb1da500ab4886f60820 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Sun, 15 Dec 2019 12:41:16 -0800 Subject: [PATCH] In English messages for things that return when thrown, interface "come" before "back" in two places where it was missing. --- src/cmd/cmd-basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/cmd-basic.c b/src/cmd/cmd-basic.c index 949bae5d5..ed101e20c 100644 --- a/src/cmd/cmd-basic.c +++ b/src/cmd/cmd-basic.c @@ -2749,7 +2749,7 @@ bool do_cmd_throw(player_type *creature_ptr, int mult, bool boomerang, OBJECT_ID { if (item >= 0) { - msg_format(_("%sを受け損ねた!", "%s comes backs, but you can't catch!"), o2_name); + msg_format(_("%sを受け損ねた!", "%s comes back, but you can't catch!"), o2_name); } else { -- 2.11.0