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

sev- noreply at scummvm.org
Mon Jun 16 09:55:48 UTC 2025


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:
c1813d1870 ULTIMA: I18N: Added explanation for "gump"


Commit: c1813d18704ddb603c9ded3c25f714542331e376
    https://github.com/scummvm/scummvm/commit/c1813d18704ddb603c9ded3c25f714542331e376
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-06-16T11:55:44+02:00

Commit Message:
ULTIMA: I18N: Added explanation for "gump"

Changed paths:
    engines/ultima/ultima8/metaengine.cpp


diff --git a/engines/ultima/ultima8/metaengine.cpp b/engines/ultima/ultima8/metaengine.cpp
index 13622e0b2a3..39b361847df 100644
--- a/engines/ultima/ultima8/metaengine.cpp
+++ b/engines/ultima/ultima8/metaengine.cpp
@@ -67,6 +67,7 @@ static const KeybindingRecord U8_KEYS[] = {
 	{ ACTION_MINIMAP, "MINIMAP", _s("Open Minimap"), "m", "JOY_BACK" },
 	{ ACTION_RECALL, "RECALL", _s("Use Recall"), "r", nullptr },
 	{ ACTION_INVENTORY, "INVENTORY", _s("Open Inventory"), "z", "JOY_LEFT_STICK" },
+	// I18N: gump is Graphical User Menu Pop-up
 	{ ACTION_CLOSE_GUMPS, "CLOSE_GUMPS", _s("Close Gumps"), "BACKSPACE", nullptr },
 	{ ACTION_JUMP, "JUMP", _s("Jump (fake both-button-click)"), "SPACE", nullptr },
 	{ ACTION_MOVE_STEP, "MOVE_STEP", _s("Step"), "LCTRL", "JOY_LEFT_TRIGGER" },




More information about the Scummvm-git-logs mailing list