Qube -> qube
This commit is contained in:
parent
287fc441f3
commit
9a2975616d
@ -51,4 +51,4 @@ class CloneVMThread(QtCore.QThread):
|
||||
self.src_vm.app.clone_vm(self.src_vm, self.dst_name)
|
||||
self.msg = ("Sucess", "The qube was cloned sucessfully.")
|
||||
except exc.QubesException as ex:
|
||||
self.msg = ("Error while cloning Qube!", str(ex))
|
||||
self.msg = ("Error while cloning qube!", str(ex))
|
||||
|
Loading…
Reference in New Issue
Block a user