OSDN Git Service

In English messages for things that return when thrown, interface "come" before ...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 20:41:16 +0000 (12:41 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:52 +0000 (22:36 +0900)
src/cmd/cmd-basic.c

index 949bae5..ed101e2 100644 (file)
@@ -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
                                {