From 2e548f955ce25d449baca697d80cd85dd1eb2636 Mon Sep 17 00:00:00 2001 From: Encrypted Giraffe Date: Tue, 30 Mar 2021 01:32:40 -0600 Subject: [PATCH] Fix spelling mistake in warning message --- qubesmanager/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesmanager/settings.py b/qubesmanager/settings.py index ce77905..a877bae 100644 --- a/qubesmanager/settings.py +++ b/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!
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."))