diff options
author | Ben Castricum | 2016-11-29 20:02:50 +0100 |
---|---|---|
committer | Ben Castricum | 2016-11-29 20:22:19 +0100 |
commit | b041618a42ebf19494b1e0b8fdc659e09019ae42 (patch) | |
tree | 01b959490a44c4d243b5903824dcac60fe0d3d0f /engines/toltecs | |
parent | 6f38c1e55dd9d9ad764faf123c3ee01ae23d7ffc (diff) | |
download | scummvm-rg350-b041618a42ebf19494b1e0b8fdc659e09019ae42.tar.gz scummvm-rg350-b041618a42ebf19494b1e0b8fdc659e09019ae42.tar.bz2 scummvm-rg350-b041618a42ebf19494b1e0b8fdc659e09019ae42.zip |
ALL: Remove comma before the word 'instead'
Diffstat (limited to 'engines/toltecs')
-rw-r--r-- | engines/toltecs/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |