Skip to content

Commit

Permalink
AGI: Remove comma from "Pause when entering commands"
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed Feb 28, 2016
1 parent e6466b2 commit 962e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/agi/detection.cpp
Expand Up @@ -184,7 +184,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
{
GAMEOPTION_COMMAND_PROMPT_WINDOW,
{
_s("Pause, when entering commands"),
_s("Pause when entering commands"),
_s("Shows a command prompt window and pauses the game (like in SCI) instead of a real-time prompt."),
"commandpromptwindow",
false
Expand Down

0 comments on commit 962e32e

Please sign in to comment.