소스 검색

Merge remote-tracking branch 'origin/pr/289'

* origin/pr/289:
  Fix spelling mistake in warning message
Marek Marczykowski-Górecki 3 년 전
부모
커밋
0e1c9cfeb9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      qubesmanager/settings.py

+ 1 - 1
qubesmanager/settings.py

@@ -631,7 +631,7 @@ class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, QtWidgets.QDialog):
             QtWidgets.QMessageBox.warning(
                 self,
                 self.tr("Warning!"),
-                self.tr("Connecting a TemplateVM directly to a network is higly"
+                self.tr("Connecting a TemplateVM directly to a network is highly"
                         " discouraged! <br> <small>You are breaking a basic par"
                         "t of Qubes security and there is probably no real need"
                         " to do so. Continue at your own risk.</small>"))