From 57feb1ba5ae301521973fc0d038af398eb4ecc02 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 22 Jan 2014 13:53:16 +0100 Subject: ui: Clarify help messages for 'message' fields Add or amend tooltips to clarify what the message is for and that it doesn't go over the network. --- src/qt/forms/receivecoinsdialog.ui | 8 ++++---- src/qt/forms/sendcoinsentry.ui | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'src/qt/forms') diff --git a/src/qt/forms/receivecoinsdialog.ui b/src/qt/forms/receivecoinsdialog.ui index 7bf01224ee..e93636ea5f 100644 --- a/src/qt/forms/receivecoinsdialog.ui +++ b/src/qt/forms/receivecoinsdialog.ui @@ -46,21 +46,21 @@ - The label to associate with the new receiving address + An optional label to associate with the new receiving address - The message to attach to payment request + An optional message to attach to the payment request, which will be displayed when the request is opened. Note: The message will not be sent with the payment over the Bitcoin network. - Use this form to request payments. All fields are optional. + Use this form to request payments. All fields are <b>optional</b>. @@ -99,7 +99,7 @@ - The amount to request + An optional amount to request. Leave this empty or zero to not request a specific amount. diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 96c922af4d..76039ce52a 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -153,6 +153,9 @@ + + A message that was attached to the Bitcoin URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network. + Qt::PlainText -- cgit v1.2.3