From 467402fee9619704f449409b72f3915be39a0818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 28 Nov 2015 16:09:48 +0100 Subject: [PATCH] firstboot: improve wording of whonix as default netvm option --- firstboot/modules/qubes_setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firstboot/modules/qubes_setup.py b/firstboot/modules/qubes_setup.py index 3ba8cf0..2fc7cf9 100644 --- a/firstboot/modules/qubes_setup.py +++ b/firstboot/modules/qubes_setup.py @@ -310,8 +310,8 @@ class moduleClass(Module): and is_package_installed('qubes-template-whonix-ws')) self.choice_whonix_default = QubesChoice( - _('Route applications and updates through Tor anonymity network ' - '[experimental]'), + _('Route applications traffic and updates through Tor anonymity ' + 'network [experimental]'), (), depend=self.choice_whonix)