OSDN Git Service

For English message, replaced "did Seppuku" with "committed seppuku" since the litera...
authorEric Branlund <ebranlund@fastmail.com>
Sun, 15 Dec 2019 18:58:15 +0000 (10:58 -0800)
committerdeskull <deskull@users.sourceforge.jp>
Sun, 9 Feb 2020 13:36:52 +0000 (22:36 +0900)
src/files.c

index 87ffdf3..ae0a50c 100644 (file)
@@ -3460,7 +3460,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 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") ? "committed seppuku" : "retired from the adventure");
 #endif
                }
                else if (!floor_ptr->dun_level)