aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-04 17:44:47 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-04 17:44:47 +0200
commitf2a583fd49f6070b8a641e749704b8b958e20537 (patch)
tree7b0fc18c7ba93cce99dea1215dc5840ffba8c080
parent488e4e2b86faf5f5749aed9d932b74006e2256dc (diff)
parentfaeead242c9cee58b083955c8d58f0492426f2d0 (diff)
downloadmonzero-gui-f2a583fd49f6070b8a641e749704b8b958e20537.tar.gz
monzero-gui-f2a583fd49f6070b8a641e749704b8b958e20537.tar.xz
monzero-gui-f2a583fd49f6070b8a641e749704b8b958e20537.zip
Merge pull request #433
faeead2 Better placeholders (xmr-eric) 9425b77 Payment ID Placeholder: 64 characters only (xmr-eric) ce87a1c Added AddressBook.qml placeholders (xmr-eric)
-rw-r--r--pages/AddressBook.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml
index d19b1287..0af5dba1 100644
--- a/pages/AddressBook.qml
+++ b/pages/AddressBook.qml
@@ -90,6 +90,7 @@ Rectangle {
anchors.rightMargin: 17
anchors.topMargin: 5
error: true;
+ placeholderText: qsTr("4...") + translationManager.emptyString
}
Label {
@@ -112,6 +113,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
+ placeholderText: qsTr("Paste 64 hexadecimal characters") + translationManager.emptyString
}
Label {
@@ -120,7 +122,7 @@ Rectangle {
anchors.top: paymentIdLine.bottom
anchors.leftMargin: 17
anchors.topMargin: 17
- text: qsTr("Description <font size='2'>(Local database)</font>") + translationManager.emptyString
+ 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
}
@@ -133,6 +135,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
+ placeholderText: qsTr("Give this entry a name or description") + translationManager.emptyString
}
StandardButton {