diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-28 21:38:59 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-28 21:38:59 -0500 |
| commit | fd5d1f584eb28f710c83a2b674485fd7ad565c09 (patch) | |
| tree | 8424f666375cb955a1847379e23dc21f4f2e0898 /pages/settings | |
| parent | 4141832a4d948d7a85cf53c35c167b88a2441219 (diff) | |
| parent | 4b0dcb95bf32796947bff3ac0d7dc766cc7cd9ea (diff) | |
| download | monzero-gui-fd5d1f584eb28f710c83a2b674485fd7ad565c09.tar.gz monzero-gui-fd5d1f584eb28f710c83a2b674485fd7ad565c09.tar.xz monzero-gui-fd5d1f584eb28f710c83a2b674485fd7ad565c09.zip | |
Merge pull request #2861
4b0dcb9 StandardDialog: reset button text on close (selsta)
Diffstat (limited to 'pages/settings')
| -rw-r--r-- | pages/settings/SettingsInfo.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/settings/SettingsInfo.qml b/pages/settings/SettingsInfo.qml index 909822f5..7fbb45e6 100644 --- a/pages/settings/SettingsInfo.qml +++ b/pages/settings/SettingsInfo.qml @@ -213,7 +213,6 @@ Rectangle { + "The old wallet cache file will be renamed and can be restored later.\n" ); confirmationDialog.icon = StandardIcon.Question - confirmationDialog.cancelText = qsTr("Cancel") confirmationDialog.onAcceptedCallback = function() { appWindow.closeWallet(function() { walletManager.clearWalletCache(persistentSettings.wallet_path); |
