From 53c3151a2327b3f22092ca29ae928bbd6190be70 Mon Sep 17 00:00:00 2001 From: erciccione Date: Tue, 26 Jun 2018 13:28:31 +0300 Subject: mark some strings as translatable --- components/ProgressBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components') diff --git a/components/ProgressBar.qml b/components/ProgressBar.qml index 9f0bf5f7..94447fc2 100644 --- a/components/ProgressBar.qml +++ b/components/ProgressBar.qml @@ -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 } -- cgit v1.2.3