Merge pull request #779

e43b719 Removing unused tipText strings which clutter up translations. (Jonathan Cross)
This commit is contained in:
Riccardo Spagni 2017-07-03 11:55:05 +02:00
commit 0eaebb01c4
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
2 changed files with 0 additions and 12 deletions

View file

@ -60,7 +60,6 @@ Rectangle {
anchors.topMargin: 17 anchors.topMargin: 17
text: qsTr("Address") + translationManager.emptyString text: qsTr("Address") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
} }
StandardButton { StandardButton {
@ -102,8 +101,6 @@ Rectangle {
anchors.topMargin: 17 anchors.topMargin: 17
text: qsTr("Payment ID <font size='2'>(Optional)</font>") + translationManager.emptyString text: qsTr("Payment ID <font size='2'>(Optional)</font>") + translationManager.emptyString
fontSize: 14 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 { LineEdit {
@ -125,7 +122,6 @@ Rectangle {
anchors.topMargin: 17 anchors.topMargin: 17
text: qsTr("Description <font size='2'>(Optional)</font>") + translationManager.emptyString text: qsTr("Description <font size='2'>(Optional)</font>") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip test test</b><br/><br/>test line 2") + translationManager.emptyString
} }
LineEdit { LineEdit {

View file

@ -144,7 +144,6 @@ Rectangle {
anchors.topMargin: 17 anchors.topMargin: 17
text: getSelectedAmount() text: getSelectedAmount()
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Total amount of selected payments</b>") + translationManager.emptyString
} }
@ -158,7 +157,6 @@ Rectangle {
anchors.topMargin: 17 anchors.topMargin: 17
text: qsTr("Address") text: qsTr("Address")
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
} }
LineEdit { LineEdit {
@ -199,7 +197,6 @@ Rectangle {
anchors.topMargin: 17 anchors.topMargin: 17
text: qsTr("Description <font size='2'>(Local database)</font>") + translationManager.emptyString text: qsTr("Description <font size='2'>(Local database)</font>") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b><br/><br/>test line 2") + translationManager.emptyString
} }
LineEdit { LineEdit {
@ -225,7 +222,6 @@ Rectangle {
width: 156 width: 156
text: qsTr("Date from") + translationManager.emptyString text: qsTr("Date from") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
} }
DatePicker { DatePicker {
@ -252,7 +248,6 @@ Rectangle {
anchors.topMargin: 17 anchors.topMargin: 17
text: qsTr("To") + translationManager.emptyString text: qsTr("To") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
} }
DatePicker { DatePicker {
@ -338,7 +333,6 @@ Rectangle {
width: 156 width: 156
text: qsTr("Type of transaction") + translationManager.emptyString text: qsTr("Type of transaction") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
} }
ListModel { ListModel {
@ -375,7 +369,6 @@ Rectangle {
width: 156 width: 156
text: qsTr("Amount from") + translationManager.emptyString text: qsTr("Amount from") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
} }
LineEdit { LineEdit {
@ -409,7 +402,6 @@ Rectangle {
width: 156 width: 156
text: qsTr("To") + translationManager.emptyString text: qsTr("To") + translationManager.emptyString
fontSize: 14 fontSize: 14
tipText: qsTr("<b>Tip tekst test</b>") + translationManager.emptyString
} }
LineEdit { LineEdit {