diff options
-rw-r--r-- | engines/agi/detection.cpp | 2 | ||||
-rw-r--r-- | engines/cine/detection.cpp | 2 | ||||
-rw-r--r-- | engines/drascula/detection.cpp | 2 | ||||
-rw-r--r-- | engines/dreamweb/detection.cpp | 2 | ||||
-rw-r--r-- | engines/neverhood/detection.cpp | 2 | ||||
-rw-r--r-- | engines/sci/detection.cpp | 4 | ||||
-rw-r--r-- | engines/sherlock/detection.cpp | 2 | ||||
-rw-r--r-- | engines/toltecs/detection.cpp | 2 | ||||
-rw-r--r-- | engines/zvision/detection_tables.h | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 5cb239f8d8..e26f5c84fc 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -145,7 +145,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 } diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index ec01e8734d..6c8b4a676d 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -68,7 +68,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 } diff --git a/engines/drascula/detection.cpp b/engines/drascula/detection.cpp index 3bc8069b76..ceaadd5088 100644 --- a/engines/drascula/detection.cpp +++ b/engines/drascula/detection.cpp @@ -300,7 +300,7 @@ static const DrasculaGameDescription gameDescriptions[] = { static const ExtraGuiOption drasculaExtraGuiOption = { _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 }; diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp index 8e24c44702..11966047b0 100644 --- a/engines/dreamweb/detection.cpp +++ b/engines/dreamweb/detection.cpp @@ -46,7 +46,7 @@ static const ADExtraGuiOptionsMap gameGuiOptions[] = { 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 } diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp index 0c0347ef13..46605bb2f7 100644 --- a/engines/neverhood/detection.cpp +++ b/engines/neverhood/detection.cpp @@ -175,7 +175,7 @@ static const NeverhoodGameDescription gameDescriptions[] = { static const ExtraGuiOption neverhoodExtraGuiOption1 = { _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 }; 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 } diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index 40ff081f33..9184fd8e88 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -69,7 +69,7 @@ static const ADExtraGuiOptionsMap optionsList[] = { GAMEOPTION_ORIGINAL_SAVES, { _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 } diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index cc27341e10..9303760057 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -198,7 +198,7 @@ static const ToltecsGameDescription gameDescriptions[] = { static const ExtraGuiOption toltecsExtraGuiOption = { _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 }; diff --git a/engines/zvision/detection_tables.h b/engines/zvision/detection_tables.h index 06bc58ee7f..3df8f280ee 100644 --- a/engines/zvision/detection_tables.h +++ b/engines/zvision/detection_tables.h @@ -89,7 +89,7 @@ static const ADExtraGuiOptionsMap optionsList[] = { GAMEOPTION_USE_HIRES_MPEG_MOVIES, { _s("Use high resolution MPEG video"), - _s("Use MPEG video from the DVD version, instead of lower resolution AVI"), + _s("Use MPEG video from the DVD version instead of lower resolution AVI"), "mpegmovies", true } |