[Scummvm-git-logs] scummvm master -> 8097de953b7d581446bee42aed8f619f1cb5af5b

criezy criezy at scummvm.org
Wed Apr 11 22:14:46 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8097de953b ZVISION: Change game option description to match all other engines


Commit: 8097de953b7d581446bee42aed8f619f1cb5af5b
    https://github.com/scummvm/scummvm/commit/8097de953b7d581446bee42aed8f619f1cb5af5b
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-04-11T21:13:24+01:00

Commit Message:
ZVISION: Change game option description to match all other engines

Changed paths:
    engines/zvision/detection_tables.h


diff --git a/engines/zvision/detection_tables.h b/engines/zvision/detection_tables.h
index 3df8f28..cb813e6 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
 		}





More information about the Scummvm-git-logs mailing list