Merge pull request #570

5f2e5b0 Better Integrated address placeholder (xmr-eric)
This commit is contained in:
Riccardo Spagni 2017-03-19 23:50:43 +02:00
commit 42fb1ed51d
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -279,7 +279,7 @@ Rectangle {
id: integratedAddressLine
fontSize: mainLayout.lineEditFontSize
placeholderText: qsTr("ReadOnly wallet integrated address displayed here") + translationManager.emptyString
placeholderText: qsTr("Generate payment ID for integrated address") + translationManager.emptyString
readOnly: true
width: mainLayout.editWidth
Layout.fillWidth: true