1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-13 07:33:55 +01:00

Merge pull request #432

4fb4bde Payment Description into placeholder (xmr-eric)
This commit is contained in:
luigi1111 2017-01-30 16:19:47 -06:00
commit 26be7fbd46
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -340,7 +340,7 @@ Rectangle {
anchors.rightMargin: 17
anchors.topMargin: 17
fontSize: 14
text: qsTr("Description <font size='2'>( Optional - saved to local wallet history )</font>")
text: qsTr("Description <font size='2'>( Optional )</font>")
+ translationManager.emptyString
}
@ -352,6 +352,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
placeholderText: qsTr("Saved to local wallet history") + translationManager.emptyString
}
function checkInformation(amount, address, payment_id, testnet) {