diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-28 15:11:58 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-28 15:11:58 -0500 |
| commit | eae7eff9db1e1bfe54ea6822720532b301b49da0 (patch) | |
| tree | 4b2b9a7cf1695fea6b2f6c1ad887cdccc7b8d84a /pages | |
| parent | 585fb2810dc0d9b79255b9bd479559b36aa087d8 (diff) | |
| parent | 81d5dd1cae614a6b659b487870335fc8af174853 (diff) | |
| download | monzero-gui-eae7eff9db1e1bfe54ea6822720532b301b49da0.tar.gz monzero-gui-eae7eff9db1e1bfe54ea6822720532b301b49da0.tar.xz monzero-gui-eae7eff9db1e1bfe54ea6822720532b301b49da0.zip | |
Merge pull request #2844
81d5dd1 Transfer: add offline transaction signing info in send button warning (rating89us)
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/Transfer.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Transfer.qml b/pages/Transfer.qml index 01ecdc87..a82d6ebe 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 |
