aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2017-01-30 18:45:16 -0500
committerGitHub <noreply@github.com>2017-01-30 18:45:16 -0500
commitfaeead242c9cee58b083955c8d58f0492426f2d0 (patch)
tree3eb9ebfa455d4bcd34d75420968def818bf2241f
parent9425b770306efd242f91f472e0e24266d345c982 (diff)
downloadmonzero-gui-faeead242c9cee58b083955c8d58f0492426f2d0.tar.gz
monzero-gui-faeead242c9cee58b083955c8d58f0492426f2d0.tar.xz
monzero-gui-faeead242c9cee58b083955c8d58f0492426f2d0.zip
Better placeholders
-rw-r--r--pages/AddressBook.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/AddressBook.qml b/pages/AddressBook.qml
index 381cec35..98663d40 100644
--- a/pages/AddressBook.qml
+++ b/pages/AddressBook.qml
@@ -94,7 +94,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
- placeholderText: qsTr("64 hexadecimal characters") + translationManager.emptyString
+ placeholderText: qsTr("Paste 64 hexadecimal characters") + translationManager.emptyString
}
Label {
@@ -116,7 +116,7 @@ Rectangle {
anchors.leftMargin: 17
anchors.rightMargin: 17
anchors.topMargin: 5
- placeholderText: qsTr("Saved to local wallet") + translationManager.emptyString
+ placeholderText: qsTr("Give this entry a name or description") + translationManager.emptyString
}
StandardButton {