Skip to content

Commit

Permalink
Fix number of spaces after period
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade authored Dec 24, 2019
1 parent c61918f commit c92dec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
);
Expand Down

0 comments on commit c92dec0

Please sign in to comment.