diff options
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 }; |