diff options
author | Martin Kiewitz | 2016-02-28 15:57:22 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-02-28 15:57:22 +0100 |
commit | 962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0 (patch) | |
tree | fdab744655b4e97e85ddf0d7a908ab9657dc7422 | |
parent | e6466b20fa510187aaa277756a86ebc71ebf96b8 (diff) | |
download | scummvm-rg350-962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0.tar.gz scummvm-rg350-962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0.tar.bz2 scummvm-rg350-962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0.zip |
AGI: Remove comma from "Pause when entering commands"
-rw-r--r-- | engines/agi/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 7127584ba0..7d5fd3d668 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -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 |