diff options
| author | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-08 19:10:35 +0100 |
|---|---|---|
| committer | Roy Jacobs <roy.jacobs@12roar.com> | 2017-03-08 19:10:35 +0100 |
| commit | 5589ef7fc95a66b6542c9922314e1f64feb664ee (patch) | |
| tree | 086e8c19265d4b7989b7b122190e8a36b81122c8 /LeftPanel.qml | |
| parent | b611871940376d30f6a292e9d0acb8c495f8f64e (diff) | |
| download | monzero-gui-5589ef7fc95a66b6542c9922314e1f64feb664ee.tar.gz monzero-gui-5589ef7fc95a66b6542c9922314e1f64feb664ee.tar.xz monzero-gui-5589ef7fc95a66b6542c9922314e1f64feb664ee.zip | |
Fixes missing translations
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index 7042ee58..72279c3b 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -157,7 +157,7 @@ Rectangle { Label { id: unlockedBalanceLabel - text: qsTr("Unlocked balance") + text: qsTr("Unlocked balance") + translationManager.emptyString anchors.left: parent.left anchors.leftMargin: 50 tipText: qsTr("Test tip 2<br/><br/>line 2") + translationManager.emptyString |
