fixed minor issues of translation

This commit is contained in:
ronoaer 2023-10-06 15:29:15 +08:00
parent 9377a0b545
commit 079c9176ef
4 changed files with 41 additions and 27 deletions

View file

@ -72,7 +72,7 @@ PageType {
Layout.fillWidth: true
headerText: qsTr("Installing ") + name
headerText: qsTr("Installing %1").arg(name)
descriptionText: description
}