Fix spelling mistake in warning message

This commit is contained in:
Encrypted Giraffe 2021-03-30 01:32:40 -06:00
parent 5f1770fecd
commit 2e548f955c
No known key found for this signature in database
GPG Key ID: FBA9A8034B2A4707

View File

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