diff options
| author | erciccione <erciccione@users.noreply.github.com> | 2018-06-26 13:28:31 +0300 |
|---|---|---|
| committer | erciccione <erciccione@users.noreply.github.com> | 2018-06-26 14:52:47 +0300 |
| commit | 53c3151a2327b3f22092ca29ae928bbd6190be70 (patch) | |
| tree | e25bdaba52654c234b9874c417271b6cc42ebf05 /components | |
| parent | cd46edb23f0764b7bb7ee1171224881554be5d2f (diff) | |
| download | monzero-gui-53c3151a2327b3f22092ca29ae928bbd6190be70.tar.gz monzero-gui-53c3151a2327b3f22092ca29ae928bbd6190be70.tar.xz monzero-gui-53c3151a2327b3f22092ca29ae928bbd6190be70.zip | |
mark some strings as translatable
Diffstat (limited to 'components')
| -rw-r--r-- | components/ProgressBar.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
