diff options
author | Eugene Sandulenko | 2016-11-29 23:17:49 +0100 |
---|---|---|
committer | GitHub | 2016-11-29 23:17:49 +0100 |
commit | 5bed4bf794cdd52dca843aa548d4fcf16fd48d50 (patch) | |
tree | 9a60d05dedd8dd5bb3c5c1200e57c4076eb613e3 /engines/sherlock/detection.cpp | |
parent | 47d60cca42d36aaf01f5e40d780b06899b526b03 (diff) | |
parent | e95c2cc3ff1dc696fb2c3d952931a3af314c2e5b (diff) | |
download | scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.tar.gz scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.tar.bz2 scummvm-rg350-5bed4bf794cdd52dca843aa548d4fcf16fd48d50.zip |
Merge pull request #864 from BenCastricum/editing
ALL: Unify messages wording
Diffstat (limited to 'engines/sherlock/detection.cpp')
-rw-r--r-- | engines/sherlock/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp index c6e632f999..9184fd8e88 100644 --- a/engines/sherlock/detection.cpp +++ b/engines/sherlock/detection.cpp @@ -68,8 +68,8 @@ static const ADExtraGuiOptionsMap optionsList[] = { { GAMEOPTION_ORIGINAL_SAVES, { - _s("Use original savegame dialog"), - _s("Files button in-game shows original savegame dialog rather than the ScummVM menu"), + _s("Use original save/load screens"), + _s("Use the original save/load screens instead of the ScummVM ones"), "originalsaveload", false } |