[Scummvm-git-logs] scummvm branch-3-0 -> 6d5fd81ed687c24f11a9d377663a053e9ea19ba9

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:
6d5fd81ed6 MADE: Normalize action descriptions


Commit: 6d5fd81ed687c24f11a9d377663a053e9ea19ba9
    https://github.com/scummvm/scummvm/commit/6d5fd81ed687c24f11a9d377663a053e9ea19ba9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-03T17:23:58+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