GUI: Marked more strings for translation
This commit is contained in:
parent
9fe59acf06
commit
1cbc71d0ff
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue