OSDN Git Service

"Do activate" sounds like a command in English rather than a message about why someth...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 01:31:45 +0000 (18:31 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 05:41:30 +0000 (14:41 +0900)
src/cmd/cmd-basic.c

index 8e19926..1284296 100644 (file)
@@ -2238,7 +2238,7 @@ void do_cmd_fire(player_type *creature_ptr, SPELL_IDX snipe_type)
 
        if (j_ptr->sval == SV_CRIMSON)
        {
-               msg_print(_("この武器は発動して使うもののようだ。", "Do activate."));
+               msg_print(_("この武器は発動して使うもののようだ。", "It's already activated."));
                flush();
                return;
        }