[Scummvm-git-logs] scummvm master -> 43cd8ef8a96f56ac0ea7b38b57c3c0d5e4ca6320

sev- noreply at scummvm.org
Sat Jan 3 16:24:03 UTC 2026


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

Summary:
43cd8ef8a9 MADE: Normalize action descriptions


Commit: 43cd8ef8a96f56ac0ea7b38b57c3c0d5e4ca6320
    https://github.com/scummvm/scummvm/commit/43cd8ef8a96f56ac0ea7b38b57c3c0d5e4ca6320
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-03T17:23:24+01:00

Commit Message:
MADE: Normalize action descriptions

Changed paths:
    engines/made/metaengine.cpp


diff --git a/engines/made/metaengine.cpp b/engines/made/metaengine.cpp
index 9931171dd7b..6128445c29f 100644
--- a/engines/made/metaengine.cpp
+++ b/engines/made/metaengine.cpp
@@ -60,7 +60,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
 	{
 		GAMEOPTION_WINDOWS_CURSORS,
 		{
-			_s("Use Windows mouse cursors"),
+			_s("Use Windows cursors"),
 			_s("If selected, the game will use Windows mouse cursors bundled in the original .exe file. Otherwise, it will use lower resolution cursors from the data files."),
 			"windows_cursors",
 			true,




More information about the Scummvm-git-logs mailing list