Fix i18n in about item
This commit is contained in:
parent
f934829e0f
commit
8573bb6bed
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Rectangle {
|
|||
}
|
||||
Text {
|
||||
id:aboutItem
|
||||
text: "Author: " + model.AuthorNameRole + "\n" + "License: " + model.LicenseRole
|
||||
text: i18n("Author: %1\nLicense: %2", model.AuthorNameRole, model.LicenseRole)
|
||||
font.bold: true
|
||||
visible: false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue