瀏覽代碼

Qube -> qube

donoban 5 年之前
父節點
當前提交
9a2975616d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qubesmanager/common_threads.py

+ 1 - 1
qubesmanager/common_threads.py

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