Merge pull request #2417

212c8dd Warning added that balance reflects only incoming transactions for view-only wallets (peli-pro)
This commit is contained in:
luigi1111 2019-11-13 09:00:44 -06:00
commit 3a7c9e6c8e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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;
}