[Scummvm-git-logs] scummvm master -> 1cbc71d0ffc1f2cb317412a5b333f0baa0749f2e

sev- noreply at scummvm.org
Fri Mar 18 12:22:35 UTC 2022


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

Summary:
1cbc71d0ff GUI: Marked more strings for translation


Commit: 1cbc71d0ffc1f2cb317412a5b333f0baa0749f2e
    https://github.com/scummvm/scummvm/commit/1cbc71d0ffc1f2cb317412a5b333f0baa0749f2e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-03-18T13:22:28+01:00

Commit Message:
GUI: Marked more strings for translation

Changed paths:
    gui/predictivedialog.cpp


diff --git a/gui/predictivedialog.cpp b/gui/predictivedialog.cpp
index 3ba35612042..74ae709a86a 100644
--- a/gui/predictivedialog.cpp
+++ b/gui/predictivedialog.cpp
@@ -63,7 +63,7 @@ enum {
 };
 
 PredictiveDialog::PredictiveDialog() : Dialog("Predictive") {
-	new StaticTextWidget(this, "Predictive.Headline", Common::U32String("Enter Text"));
+	new StaticTextWidget(this, "Predictive.Headline", _("Enter Text"));
 
 	_button[kCancelAct] =  new ButtonWidget(this, "Predictive.Cancel",  _("Cancel")   , Common::U32String(), kCancelCmd);
 	_button[kOkAct] =      new ButtonWidget(this, "Predictive.OK",      _("OK")       , Common::U32String(), kOkCmd);




More information about the Scummvm-git-logs mailing list