aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula
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/drascula
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/drascula')
-rw-r--r--engines/drascula/detection.cpp2
1 files changed, 1 insertions, 1 deletions
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
};