From e43b719b191bf8417cdd9e59d4fc053ea9a33be4 Mon Sep 17 00:00:00 2001 From: Jonathan Cross Date: Wed, 21 Jun 2017 20:33:57 +0200 Subject: [PATCH] Removing unused tipText strings which clutter up translations. --- pages/AddressBook.qml | 4 ---- pages/History.qml | 8 -------- 2 files changed, 12 deletions(-) diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml index 2813099e..65f097c0 100644 --- a/pages/AddressBook.qml +++ b/pages/AddressBook.qml @@ -60,7 +60,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Address") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test") + translationManager.emptyString } StandardButton { @@ -102,8 +101,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Payment ID (Optional)") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Payment ID

A unique user name used in
the address book. It is not a
transfer of information sent
during the transfer") - + translationManager.emptyString } LineEdit { @@ -125,7 +122,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Description (Optional)") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip test test

test line 2") + translationManager.emptyString } LineEdit { diff --git a/pages/History.qml b/pages/History.qml index 378e9eca..44027e6d 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -144,7 +144,6 @@ Rectangle { anchors.topMargin: 17 text: getSelectedAmount() fontSize: 14 - tipText: qsTr("Total amount of selected payments") + translationManager.emptyString } @@ -158,7 +157,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Address") fontSize: 14 - tipText: qsTr("Tip tekst test") + translationManager.emptyString } LineEdit { @@ -199,7 +197,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Description (Local database)") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test

test line 2") + translationManager.emptyString } LineEdit { @@ -225,7 +222,6 @@ Rectangle { width: 156 text: qsTr("Date from") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test") + translationManager.emptyString } DatePicker { @@ -252,7 +248,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("To") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test") + translationManager.emptyString } DatePicker { @@ -338,7 +333,6 @@ Rectangle { width: 156 text: qsTr("Type of transaction") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test") + translationManager.emptyString } ListModel { @@ -375,7 +369,6 @@ Rectangle { width: 156 text: qsTr("Amount from") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test") + translationManager.emptyString } LineEdit { @@ -409,7 +402,6 @@ Rectangle { width: 156 text: qsTr("To") + translationManager.emptyString fontSize: 14 - tipText: qsTr("Tip tekst test") + translationManager.emptyString } LineEdit {