From aad15272f12311006d8ba895b0bc41240420fbcd Mon Sep 17 00:00:00 2001 From: xmr-eric Date: Wed, 14 Dec 2016 17:39:27 -0500 Subject: [PATCH] Improve additional text --- pages/Sign.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Sign.qml b/pages/Sign.qml index d1a17d6f..f77508bc 100644 --- a/pages/Sign.qml +++ b/pages/Sign.qml @@ -442,7 +442,7 @@ Rectangle { width: mainLayout.labelWidth textFormat: Text.RichText text: qsTr("\ - Signing address ( Type in or select from Address book )") + Signing address ( Paste in or select from Address book )") + translationManager.emptyString onLinkActivated: appWindow.showPageRequest("AddressBook")