Fixes missing translations

This commit is contained in:
Roy Jacobs
2017-03-08 19:10:35 +01:00
parent b611871940
commit 5589ef7fc9
2 changed files with 5 additions and 3 deletions

View File

@@ -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