GUI: Marked more strings for translation

This commit is contained in:
Eugene Sandulenko 2022-03-18 13:22:11 +01:00
parent 9fe59acf06
commit 1cbc71d0ff
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -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);