[Pkg-privacy-commits] [tails-installer] 08/30: Fixes Bug #10731: Add a new improved message for the warning window.

anonym anonym-tails-guest at moszumanska.debian.org
Fri Jun 9 16:22:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

anonym-tails-guest pushed a commit to branch tails/jessie
in repository tails-installer.

commit 9bfe093351c56ea173c56447d342fae7794db0dd
Author: Tails Developer <tails at boum.org>
Date:   Wed Feb 1 00:38:13 2017 +0100

    Fixes Bug #10731: Add a new improved message for the warning
    window.
---
 tails_installer/gui.py | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index af229f7..10b75b3 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -486,11 +486,9 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
                 # Skip devices with non-removable bit enabled
                 if not info['removable']:
                     message =_('The USB stick "%(pretty_name)s"'
-                               ' is configured as non-removable by its manufacturer'
-                               ' and Tails will fail to start on it.'
-                               ' Please refer to our [[list of problematic USB'
-                               ' sticks|support/known_issues#non-removable]] '
-                               ' and try installing on a different model.') % {
+                               ' is configured as non-removable by its'
+                               ' manufacturer and Tails will fail to start on it.'
+                               ' Please try installing on a different model.') % {
                                'pretty_name':  pretty_name
                                }
                     self.status(message)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list