소스 검색

Add missing space

AJ Jordan 5 년 전
부모
커밋
5619ee82bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      qubesmanager/bootfromdevice.py

+ 1 - 1
qubesmanager/bootfromdevice.py

@@ -77,7 +77,7 @@ class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog, QtGui.QDialog):
             QtGui.QMessageBox.warning(
                 None,
                 self.tr("Warning!"),
-                self.tr("Qube must be turned off before booting it from"
+                self.tr("Qube must be turned off before booting it from "
                         "device. Please turn off the qube.")
             )