diff options
author | Thierry Crozat | 2018-04-11 21:13:24 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-04-11 21:13:24 +0100 |
commit | 8097de953b7d581446bee42aed8f619f1cb5af5b (patch) | |
tree | 5841b1d78b6877494b075ac6e161d850d904e664 /engines/zvision | |
parent | f0606e68d29939171f386adfa08beaa12eacc20d (diff) | |
download | scummvm-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/zvision')
-rw-r--r-- | engines/zvision/detection_tables.h | 2 |
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 } |