donoban преди 3 години
родител
ревизия
4e6cf91f63
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      qubesmanager/settings.py

+ 4 - 4
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! <br> <small>You are breaking a basic part"
-                        " of Qubes security and there is probably no real need "
-                        "to do so. Continue at your own risk.</small>"))
+                self.tr("Connecting a TemplateVM directly to a network is higly"
+                        " 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>"))
 
     def check_warn_dispvmnetvm(self):
         if not hasattr(self.vm, 'default_dispvm'):