Use 'qube' instead 'Qube'

This commit is contained in:
donoban 2018-11-25 18:16:40 +01:00
parent 9a2975616d
commit 0ce73df57d
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -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