mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-21 03:45:53 +01:00
Merge pull request #2844
81d5dd1
Transfer: add offline transaction signing info in send button warning (rating89us)
This commit is contained in:
commit
eae7eff9db
@ -56,8 +56,8 @@ Rectangle {
|
|||||||
property string sendButtonWarning: {
|
property string sendButtonWarning: {
|
||||||
// Currently opened wallet is not view-only
|
// Currently opened wallet is not view-only
|
||||||
if (appWindow.viewOnly) {
|
if (appWindow.viewOnly) {
|
||||||
return qsTr("Wallet is view-only and sends are not possible. Unless key images are imported, " +
|
return qsTr("Wallet is view-only and sends are only possible by using offline transaction signing. " +
|
||||||
"the balance reflects only incoming but not outgoing transactions.") + translationManager.emptyString;
|
"Unless key images are imported, the balance reflects only incoming but not outgoing transactions.") + translationManager.emptyString;
|
||||||
}
|
}
|
||||||
|
|
||||||
// There are sufficient unlocked funds available
|
// There are sufficient unlocked funds available
|
||||||
|
Loading…
Reference in New Issue
Block a user