diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 3e93339c..4216a3ce 100644 --- a/pages/Transfer.qml +++ b/pages/Transfer.qml @@ -756,7 +756,8 @@ Rectangle { // Currently opened wallet is not view-only if(appWindow.viewOnly){ - root.sendButtonWarning = qsTr("Wallet is view-only and sends are not possible.") + translationManager.emptyString; + root.sendButtonWarning = 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 false; }