1
0

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

* origin/pr/289:
  Fix spelling mistake in warning message
Este cometimento está contido em:
Marek Marczykowski-Górecki 2021-04-05 15:41:48 +02:00
ascendente 29afe2a088 2e548f955c
cometimento 0e1c9cfeb9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 063938BA42CFA724

Ver ficheiro

@ -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>"))