aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authorJonathan Cross <jcross@gmail.com>2017-07-04 01:03:59 +0200
committerJonathan Cross <jcross@gmail.com>2017-07-13 16:55:44 +0200
commitc39875de4462d1f3190eb834bcf7b8683a6598e8 (patch)
tree881fe4532a9b4700d9119b471f074d66eabea475 /LeftPanel.qml
parent47927e482263998aba721fe0165c47499ece0439 (diff)
downloadmonzero-gui-c39875de4462d1f3190eb834bcf7b8683a6598e8.tar.gz
monzero-gui-c39875de4462d1f3190eb834bcf7b8683a6598e8.tar.xz
monzero-gui-c39875de4462d1f3190eb834bcf7b8683a6598e8.zip
Remove nonsense "Test tip" + vanished / obsolete translations
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 4c47c897..cd83989f 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -132,7 +132,6 @@ Rectangle {
text: qsTr("Balance") + translationManager.emptyString
anchors.left: parent.left
anchors.leftMargin: 50
- tipText: qsTr("Test tip 1<br/><br/>line 2") + translationManager.emptyString
}
Row {
@@ -178,7 +177,6 @@ Rectangle {
text: qsTr("Unlocked balance") + translationManager.emptyString
anchors.left: parent.left
anchors.leftMargin: 50
- tipText: qsTr("Test tip 2<br/><br/>line 2") + translationManager.emptyString
}
Text {