diff --git a/electrum/gui/qt/wizard/wallet.py b/electrum/gui/qt/wizard/wallet.py index 1aa9a8d8b..84e34f6b9 100644 --- a/electrum/gui/qt/wizard/wallet.py +++ b/electrum/gui/qt/wizard/wallet.py @@ -363,6 +363,8 @@ class WCWalletName(WizardComponent, Logger): + _("Press 'Finish' to create/focus window.") if msg is None: msg = _('Cannot read file') + if filename and os.path.isabs(relative_path(_path)): + msg += '\n\n' + _('Note: this wallet file is outside the default wallets folder.') msg_label.setText(msg) widget_create_new.setVisible(bool(temp_storage and temp_storage.file_exists())) if user_needs_to_enter_password: