diff options
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r-- | engines/sci/detection.cpp | 4 |
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 } |