diff --git a/spyder/plugins/preferences/api.py b/spyder/plugins/preferences/api.py index 7f1bf384670..6a48427ffb1 100644 --- a/spyder/plugins/preferences/api.py +++ b/spyder/plugins/preferences/api.py @@ -16,8 +16,8 @@ MOST_IMPORTANT_PAGES = [ Plugins.Appearance, Plugins.Application, - Plugins.Shortcuts, Plugins.MainInterpreter, + Plugins.Shortcuts, ] diff --git a/spyder/plugins/preferences/plugin.py b/spyder/plugins/preferences/plugin.py index 25a9d5a642e..68b630bdc0d 100644 --- a/spyder/plugins/preferences/plugin.py +++ b/spyder/plugins/preferences/plugin.py @@ -295,9 +295,10 @@ def reset(self): answer = QMessageBox.warning( self.main, _("Warning"), - _("Spyder will restart and reset to default settings:

" - "Do you want to continue?"), - QMessageBox.Yes | QMessageBox.No + _("Spyder will restart and reset to default settings:" + "

" + "Do you want to continue?"), + QMessageBox.Yes | QMessageBox.No ) if answer == QMessageBox.Yes: