aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-07-03 11:55:05 +0200
committerRiccardo Spagni <ric@spagni.net>2017-07-03 11:55:05 +0200
commit0eaebb01c44b8e86a1349c522997111a851cf6ce (patch)
tree519673ab1716ce55b19c631009f4b19b4a4c5d13
parentc321147e364eaf45dac7e2d54fed6817cdb48a1d (diff)
parente43b719b191bf8417cdd9e59d4fc053ea9a33be4 (diff)
downloadmonzero-gui-0eaebb01c44b8e86a1349c522997111a851cf6ce.tar.gz
monzero-gui-0eaebb01c44b8e86a1349c522997111a851cf6ce.tar.xz
monzero-gui-0eaebb01c44b8e86a1349c522997111a851cf6ce.zip
Merge pull request #779
e43b719 Removing unused tipText strings which clutter up translations. (Jonathan Cross)
-rw-r--r--pages/AddressBook.qml4
-rw-r--r--pages/History.qml8
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 {