From c92dec0626ea441ec16edefd9496c32e5c7267b1 Mon Sep 17 00:00:00 2001 From: Kevin Granade Date: Tue, 24 Dec 2019 06:14:38 +0000 Subject: [PATCH] Fix number of spaces after period --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index 4809d51b6b19b..cf302c07f754e 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1176,7 +1176,7 @@ bool game::cleanup_at_end() bool decided = false; std::string buffer = _( "Warning: NPC interactions and some other global flags " "will not all reset when starting a new character in an " - "already-played world. This can lead to some strange " + "already-played world. This can lead to some strange " "behavior.\n\n" "Are you sure you wish to keep this world?" );