Merge pull request #1936

f91b38f Revert 02493be (xiphon)
This commit is contained in:
luigi1111
2019-02-14 11:18:07 -06:00
3 changed files with 2 additions and 3 deletions

View File

@@ -302,7 +302,7 @@ Rectangle {
fontSize: paymentIdLine.labelFontSize
iconOnTheLeft: false
Layout.fillWidth: true
text: qsTr("Payment ID <font size='2'>( Optional, deprecated )</font>") + translationManager.emptyString
text: qsTr("Payment ID <font size='2'>( Optional )</font>") + translationManager.emptyString
onClicked: {
if (!paymentIdCheckbox.checked) {
paymentIdLine.text = "";