Browse Source

Say which repository caused the error in warnings

AJ Jordan 5 years ago
parent
commit
7245603628
1 changed files with 2 additions and 2 deletions
  1. 2 2
      qubesmanager/global_settings.py

+ 2 - 2
qubesmanager/global_settings.py

@@ -359,8 +359,8 @@ class GlobalSettingsWindow(ui_globalsettingsdlg.Ui_GlobalSettings,
                 QtGui.QMessageBox.warning(
                     None,
                     self.tr("ERROR!"),
-                    self.tr("Error managing repository settings: {msg}".format(
-                        msg=msg)))
+                    self.tr("Error managing {repo} repository settings:"
+                            " {msg}".format(repo=name, msg=msg)))
 
     def _handle_dom0_updates_combobox(self, idx):
         idx += 1