aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorThierry Crozat2018-04-11 21:13:24 +0100
committerThierry Crozat2018-04-11 21:13:24 +0100
commit8097de953b7d581446bee42aed8f619f1cb5af5b (patch)
tree5841b1d78b6877494b075ac6e161d850d904e664 /engines
parentf0606e68d29939171f386adfa08beaa12eacc20d (diff)
downloadscummvm-rg350-8097de953b7d581446bee42aed8f619f1cb5af5b.tar.gz
scummvm-rg350-8097de953b7d581446bee42aed8f619f1cb5af5b.tar.bz2
scummvm-rg350-8097de953b7d581446bee42aed8f619f1cb5af5b.zip
ZVISION: Change game option description to match all other engines
Diffstat (limited to 'engines')
-rw-r--r--engines/zvision/detection_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/detection_tables.h b/engines/zvision/detection_tables.h
index 3df8f280ee..cb813e6d5b 100644
--- a/engines/zvision/detection_tables.h
+++ b/engines/zvision/detection_tables.h
@@ -49,7 +49,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 interface"),
+ _s("Use the original save/load screens instead of the ScummVM ones"),
"originalsaveload",
false
}