Translation updates and refactoring

This commit is contained in:
Cameron Gutman
2020-11-21 13:15:54 -06:00
parent 2c987d2912
commit 6e7a42065c
21 changed files with 919 additions and 661 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Item {
property Session nextSession : null
property string nextAppName : ""
property string stageText : qsTr("Quitting " + appName + "...")
property string stageText : qsTr("Quitting %1...").arg(appName)
function quitAppCompleted(error)
{