aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorBen Castricum2016-11-29 20:02:50 +0100
committerBen Castricum2016-11-29 20:22:19 +0100
commitb041618a42ebf19494b1e0b8fdc659e09019ae42 (patch)
tree01b959490a44c4d243b5903824dcac60fe0d3d0f /engines/sci
parent6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc (diff)
downloadscummvm-rg350-b041618a42ebf19494b1e0b8fdc659e09019ae42.tar.gz
scummvm-rg350-b041618a42ebf19494b1e0b8fdc659e09019ae42.tar.bz2
scummvm-rg350-b041618a42ebf19494b1e0b8fdc659e09019ae42.zip
ALL: Remove comma before the word 'instead'
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index a00da7c5fd..e3167503ee 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -428,7 +428,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
GAMEOPTION_ORIGINAL_SAVELOAD,
{
_s("Use original save/load screens"),
- _s("Use the original save/load screens, instead of the ScummVM ones"),
+ _s("Use the original save/load screens instead of the ScummVM ones"),
"originalsaveload",
false
}
@@ -471,7 +471,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
GAMEOPTION_SQ4_SILVER_CURSORS,
{
_s("Use silver cursors"),
- _s("Use the alternate set of silver cursors, instead of the normal golden ones"),
+ _s("Use the alternate set of silver cursors instead of the normal golden ones"),
"silver_cursors",
false
}