Browse Source

Use 'qube' instead 'Qube'

donoban 5 years ago
parent
commit
0ce73df57d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubesmanager/qube_manager.py

+ 1 - 1
qubesmanager/qube_manager.py

@@ -275,7 +275,7 @@ class UpdateVMThread(QtCore.QThread):
                 self.vm.run_service("qubes.InstallUpdatesGUI",\
                         user="root", wait=False)
         except (ChildProcessError, exc.QubesException) as ex:
-            self.msg = ("Error on Qube update!", str(ex))
+            self.msg = ("Error on qube update!", str(ex))
 
 
 # pylint: disable=too-few-public-methods