GUI: U32: Fix unused u32format where translations are used.

- Misc: Remove incorrect space.
This commit is contained in:
aryanrawlani28 2020-08-20 01:02:51 +05:30 committed by Eugene Sandulenko
parent 1e8cb29a54
commit 8c5611c3ca
3 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ EditRecordDialog::~EditRecordDialog() {
}
EditRecordDialog::EditRecordDialog(const Common::U32String author, const Common::String name, const Common::String notes) : Dialog("EditRecordDialog") {
new StaticTextWidget(this, "EditRecordDialog.AuthorLabel" , _("Author:"));
new StaticTextWidget(this, "EditRecordDialog.AuthorLabel", _("Author:"));
new StaticTextWidget(this, "EditRecordDialog.NameLabel", _("Name:"));
new StaticTextWidget(this, "EditRecordDialog.NotesLabel", _("Notes:"));
_authorEdit = new EditTextWidget(this, "EditRecordDialog.AuthorEdit", Common::U32String(""));