aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2016-02-28 15:57:22 +0100
committerMartin Kiewitz2016-02-28 15:57:22 +0100
commit962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0 (patch)
treefdab744655b4e97e85ddf0d7a908ab9657dc7422 /engines
parente6466b20fa510187aaa277756a86ebc71ebf96b8 (diff)
downloadscummvm-rg350-962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0.tar.gz
scummvm-rg350-962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0.tar.bz2
scummvm-rg350-962e32e0ec0cf12ac8921e14ed38f9a28c31cfb0.zip
AGI: Remove comma from "Pause when entering commands"
Diffstat (limited to 'engines')
-rw-r--r--engines/agi/detection.cpp2
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