[Scummvm-git-logs] scummvm master -> e8c752e4cb1839fcd417a13f0a1388022aa4b5f0

antoniou79 a.antoniou79 at gmail.com
Sat Oct 10 17:10:59 UTC 2020


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:
e8c752e4cb MYST3: Remove duplicate 'enable' in widescreen mod description text


Commit: e8c752e4cb1839fcd417a13f0a1388022aa4b5f0
    https://github.com/scummvm/scummvm/commit/e8c752e4cb1839fcd417a13f0a1388022aa4b5f0
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-10-10T20:10:05+03:00

Commit Message:
MYST3: Remove duplicate 'enable' in widescreen mod description text

Changed paths:
    engines/myst3/detection.cpp


diff --git a/engines/myst3/detection.cpp b/engines/myst3/detection.cpp
index f4d3538354..61d3c91d96 100644
--- a/engines/myst3/detection.cpp
+++ b/engines/myst3/detection.cpp
@@ -180,7 +180,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
 		GAMEOPTION_WIDESCREEN_MOD,
 		{
 			_s("Widescreen mod"),
-			_s("Enable enable widescreen rendering in fullscreen mode."),
+			_s("Enable widescreen rendering in fullscreen mode."),
 			"widescreen_mod",
 			false
 		}




More information about the Scummvm-git-logs mailing list