diff --git a/weboob/applications/qwebcontentedit/main_window.py b/weboob/applications/qwebcontentedit/main_window.py index 489631ac..db86cd97 100644 --- a/weboob/applications/qwebcontentedit/main_window.py +++ b/weboob/applications/qwebcontentedit/main_window.py @@ -146,8 +146,8 @@ class MainWindow(QtMainWindow): content += '\n%s\n' % to_unicode(backtrace) QMessageBox.critical(self, self.tr('Error while loading page'), content, QMessageBox.Ok) - self.ui.saveButton.setEnabled(True) - self.ui.saveButton.setText("Load") + self.ui.loadButton.setEnabled(True) + self.ui.loadButton.setText("Load") def savePage(self): """ Saves the current page to the remote site """