From c78720d33d6aba64e6c12dcc7d6ab3163a7c6ae1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Wed, 26 Jun 2019 20:33:49 +0200 Subject: [PATCH] Reworded warning tooltip in settings Made the tooltip warning of unexpected network access more descriptive. fixes QubesOS/qubes-issues#5115 --- ui/settingsdlg.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/settingsdlg.ui b/ui/settingsdlg.ui index be1ed9d..9678e29 100644 --- a/ui/settingsdlg.ui +++ b/ui/settingsdlg.ui @@ -396,7 +396,7 @@ - <html><head/><body><p>Caution: default DispVM template has a different Networking setting than this qube. Unexpected network access may occur!</p></body></html> + <html><head/><body><p><span style=" font-weight:600;">Caution:</span> The Default DisposableVM Template (see the Advanced tab) has a different Networking setting than this qube. This configuration may result in unexpected network access. For example, you may have set this qube's Networking to &quot;none&quot; in order to prevent any data from being transmitted out. However, if the Default DisposableVM Template's Networking is set to &quot;sys-firewall,&quot; then a DisposableVM started from this qube may be able to transmit data out, contrary to your intention. You may wish to set the Default DisposableVM Template for this qube to one with equally restrictive Networking settings.</p></body></html>