diff options
| author | Jonathan Cross <jcross@gmail.com> | 2017-06-21 20:33:57 +0200 |
|---|---|---|
| committer | Jonathan Cross <jcross@gmail.com> | 2017-06-21 20:33:57 +0200 |
| commit | e43b719b191bf8417cdd9e59d4fc053ea9a33be4 (patch) | |
| tree | adce077e7534ed7e10d98d00adf1e7efbcf8f289 /pages | |
| parent | 73895f5a7b84fabd1d1c242c8904f32af9ffa88f (diff) | |
| download | monzero-gui-e43b719b191bf8417cdd9e59d4fc053ea9a33be4.tar.gz monzero-gui-e43b719b191bf8417cdd9e59d4fc053ea9a33be4.tar.xz monzero-gui-e43b719b191bf8417cdd9e59d4fc053ea9a33be4.zip | |
Removing unused tipText strings which clutter up translations.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/AddressBook.qml | 4 | ||||
| -rw-r--r-- | pages/History.qml | 8 |
2 files changed, 0 insertions, 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("<b>Tip tekst test</b>") + translationManager.emptyString } StandardButton { @@ -102,8 +101,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Payment ID <font size='2'>(Optional)</font>") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during the transfer") - + translationManager.emptyString } LineEdit { @@ -125,7 +122,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Description <font size='2'>(Optional)</font>") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip test test</b><br/><br/>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("<b>Total amount of selected payments</b>") + translationManager.emptyString } @@ -158,7 +157,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Address") fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString } LineEdit { @@ -199,7 +197,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("Description <font size='2'>(Local database)</font>") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b><br/><br/>test line 2") + translationManager.emptyString } LineEdit { @@ -225,7 +222,6 @@ Rectangle { width: 156 text: qsTr("Date from") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString } DatePicker { @@ -252,7 +248,6 @@ Rectangle { anchors.topMargin: 17 text: qsTr("To") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString } DatePicker { @@ -338,7 +333,6 @@ Rectangle { width: 156 text: qsTr("Type of transaction") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString } ListModel { @@ -375,7 +369,6 @@ Rectangle { width: 156 text: qsTr("Amount from") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString } LineEdit { @@ -409,7 +402,6 @@ Rectangle { width: 156 text: qsTr("To") + translationManager.emptyString fontSize: 14 - tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString } LineEdit { |
