aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-01-23 14:25:30 -0500
committerGitHub <noreply@github.com>2017-01-23 14:25:30 -0500
commitce87a1c4dbd44280f99cf60f18f06a6c9a5c19b1 (patch)
tree998cf3a6f4e2105630bda783de8eca236b1f67b8
parentcf9574243331841957943df1565082b22c54b46d (diff)
downloadmonzero-gui-ce87a1c4dbd44280f99cf60f18f06a6c9a5c19b1.tar.gz
monzero-gui-ce87a1c4dbd44280f99cf60f18f06a6c9a5c19b1.tar.xz
monzero-gui-ce87a1c4dbd44280f99cf60f18f06a6c9a5c19b1.zip
Added AddressBook.qml placeholders
-rw-r--r--pages/AddressBook.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml
index 11086b99..dc2384c7 100644
--- a/pages/AddressBook.qml
+++ b/pages/AddressBook.qml
@@ -71,6 +71,7 @@ Rectangle {
anchors.rightMargin: 17
anchors.topMargin: 5
error: true;
+ placeholderText: qsTr("4...") + translationManager.emptyString
}
Label {
@@ -93,6 +94,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
+ placeholderText: qsTr("16 or 64 hexadecimal characters") + translationManager.emptyString
}
Label {
@@ -101,7 +103,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
}
@@ -114,6 +116,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
+ placeholderText: qsTr("Saved to local wallet") + translationManager.emptyString
}
StandardButton {