mark some strings as translatable

This commit is contained in:
erciccione
2018-06-26 13:28:31 +03:00
parent cd46edb23f
commit 53c3151a23
6 changed files with 11 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ Rectangle {
font.pixelSize: 13 * scaleRatio
font.bold: true
color: "white"
text: qsTr("Synchronizing %1").arg(syncType)
text: qsTr("Synchronizing %1").arg(syncType) + translationManager.emptyString
height: 18 * scaleRatio
}