diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-07-19 23:45:12 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-07-19 23:45:12 +0300 |
| commit | 39b88daf326cdbbbac5f757769168d41e6d3517b (patch) | |
| tree | 80399818d7b938575d686b3da5989e53895c4ec0 /LeftPanel.qml | |
| parent | a9339838ac295a4d045433c1b20fd5666fb35575 (diff) | |
| download | monzero-gui-39b88daf326cdbbbac5f757769168d41e6d3517b.tar.gz monzero-gui-39b88daf326cdbbbac5f757769168d41e6d3517b.tar.xz monzero-gui-39b88daf326cdbbbac5f757769168d41e6d3517b.zip | |
Apply translation for "normal" mode
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 e23d353c..6e067d03 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -100,7 +100,7 @@ Rectangle { spacing: 6 Label { - text: qsTr("Balance") + text: qsTr("Balance") + translationManager.emptyString anchors.left: parent.left anchors.leftMargin: 50 tipText: qsTr("Test tip 1<br/><br/>line 2") |
