[Scummvm-git-logs] scummvm master -> c0a1ce657634b53f18a570b356a94527591d70b2
sev-
noreply at scummvm.org
Sun Feb 1 10:04:52 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:
c0a1ce6576 ULTIMA: ULTIMA4: Added I18N comment
Commit: c0a1ce657634b53f18a570b356a94527591d70b2
https://github.com/scummvm/scummvm/commit/c0a1ce657634b53f18a570b356a94527591d70b2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-02-01T11:04:38+01:00
Commit Message:
ULTIMA: ULTIMA4: Added I18N comment
Changed paths:
engines/ultima/ultima4/metaengine.cpp
diff --git a/engines/ultima/ultima4/metaengine.cpp b/engines/ultima/ultima4/metaengine.cpp
index 15b4d04df44..f2c87f4f3cc 100644
--- a/engines/ultima/ultima4/metaengine.cpp
+++ b/engines/ultima/ultima4/metaengine.cpp
@@ -62,6 +62,7 @@ static const KeybindingRecord NORMAL_KEYS[] = {
{ KEYBIND_MIX, "MIX", _s("Mix reagents"), "mix", "m", nullptr },
{ KEYBIND_NEW_ORDER, "NEW-ORDER", _s("New order"), "order", "n", nullptr },
{ KEYBIND_OPEN_DOOR, "OPEN-DOOR", _s("Open door"), "open", "o", nullptr },
+ // I18N: Going over something carefully
{ KEYBIND_PASS, "PASS", _s("Pass"), "pass", "SPACE", nullptr },
// I18N: Peer is used to look through keyholes or other small openings
{ KEYBIND_PEER, "PEER", _s("Peer"), "peer", "p", nullptr },
More information about the Scummvm-git-logs
mailing list