From 81d5dd1cae614a6b659b487870335fc8af174853 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Tue, 21 Apr 2020 20:57:55 +0200 Subject: [PATCH] Transfer: add offline transaction signing info in send button warning --- pages/Transfer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 4e490137..9bdf7763 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -56,8 +56,8 @@ Rectangle { property string sendButtonWarning: { // Currently opened wallet is not view-only if (appWindow.viewOnly) { - return qsTr("Wallet is view-only and sends are not possible. Unless key images are imported, " + - "the balance reflects only incoming but not outgoing transactions.") + translationManager.emptyString; + return qsTr("Wallet is view-only and sends are only possible by using offline transaction signing. " + + "Unless key images are imported, the balance reflects only incoming but not outgoing transactions.") + translationManager.emptyString; } // There are sufficient unlocked funds available