[Scummvm-git-logs] scummvm master -> fe426c79a46031f8f79fb1f050b5aac8ad8a5038
lotharsm
noreply at scummvm.org
Fri Apr 3 07:36:14 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:
fe426c79a4 GUI: Add missing translation to Close button in HelpDialog
Commit: fe426c79a46031f8f79fb1f050b5aac8ad8a5038
https://github.com/scummvm/scummvm/commit/fe426c79a46031f8f79fb1f050b5aac8ad8a5038
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-04-03T09:35:50+02:00
Commit Message:
GUI: Add missing translation to Close button in HelpDialog
Changed paths:
gui/helpdialog.cpp
diff --git a/gui/helpdialog.cpp b/gui/helpdialog.cpp
index 294ec20565f..07ce8b2b973 100644
--- a/gui/helpdialog.cpp
+++ b/gui/helpdialog.cpp
@@ -125,7 +125,7 @@ _s(
_tab->setActiveTab(0);
- new ButtonWidget(this, "HelpDialog.Close", Common::U32String("Close"), Common::U32String(), kCloseCmd);
+ new ButtonWidget(this, "HelpDialog.Close", Common::U32String(_("Close")), Common::U32String(), kCloseCmd);
}
void HelpDialog::addTabs(const char * const *tabData) {
More information about the Scummvm-git-logs
mailing list