From 9566e8289a56f69607f3cda434d93691f3ee8471 Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Tue, 13 Dec 2016 20:25:13 -0500 Subject: [PATCH] Improved field descriptions on Send page #1: "Paste" vs. "Type" in address. #2: Description is not saved to wallet address book but to wallet history. --- pages/Transfer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 127c74cb..8930141c 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -194,7 +194,7 @@ Rectangle { fontSize: 14 textFormat: Text.RichText text: qsTr("\ - Address ( Type in or select from Address book )") + Address ( Paste in or select from Address book )") + translationManager.emptyString onLinkActivated: appWindow.showPageRequest("AddressBook") @@ -246,7 +246,7 @@ Rectangle { anchors.rightMargin: 17 anchors.topMargin: 17 fontSize: 14 - text: qsTr("Description ( An optional description that will be saved to the local address book if entered )") + text: qsTr("Description ( Optional - saved to local wallet history )") + translationManager.emptyString }