fixed minor issues of translation
This commit is contained in:
parent
9377a0b545
commit
079c9176ef
4 changed files with 41 additions and 27 deletions
|
@ -72,7 +72,7 @@ PageType {
|
|||
|
||||
Layout.fillWidth: true
|
||||
|
||||
headerText: qsTr("Installing ") + name
|
||||
headerText: qsTr("Installing %1").arg(name)
|
||||
descriptionText: description
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue