OSDN Git Service

For English message, replaced "did Seppuku" with "committed seppuku" since the litera...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 25 Sep 2019 05:52:13 +0000 (22:52 -0700)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 19 Jan 2020 06:37:35 +0000 (15:37 +0900)
src/files.c

index c64d4ce..5f7f47b 100644 (file)
@@ -3869,7 +3869,7 @@ void display_player(player_type *creature_ptr, int mode)
 #ifdef JP
                        sprintf(statmsg, "…あなたは勝利の後%sした。", streq(creature_ptr->died_from, "Seppuku") ? "切腹" : "引退");
 #else
-                       sprintf(statmsg, "...You %s after the winning.", streq(creature_ptr->died_from, "Seppuku") ? "did Seppuku" : "retired from the adventure");
+                       sprintf(statmsg, "...You %s after winning.", streq(creature_ptr->died_from, "Seppuku") ? "did Seppuku" : "retired from the adventure");
 #endif
                }
                else if (!floor_ptr->dun_level)