소스 검색

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