GUI: U32: Fix unused u32format where translations are used.
- Misc: Remove incorrect space.
This commit is contained in:
parent
1e8cb29a54
commit
8c5611c3ca
3 changed files with 4 additions and 4 deletions
|
@ -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(""));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue