From 4e6cf91f630fc0aca61064644fb13dde454db6ea Mon Sep 17 00:00:00 2001 From: donoban Date: Wed, 3 Feb 2021 00:07:41 +0100 Subject: [PATCH] Fix too long line --- qubesmanager/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qubesmanager/settings.py b/qubesmanager/settings.py index 9a2439f..ce77905 100644 --- a/qubesmanager/settings.py +++ b/qubesmanager/settings.py @@ -631,10 +631,10 @@ 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 " - "discouraged!
You are breaking a basic part" - " of Qubes security and there is probably no real need " - "to do so. Continue at your own risk.")) + self.tr("Connecting a TemplateVM directly to a network is higly" + " 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.")) def check_warn_dispvmnetvm(self): if not hasattr(self.vm, 'default_dispvm'):