[Pkg-privacy-commits] [tails-installer] 26/34: Add newline in error message to avoid a line break in the URL.

anonym anonym-tails-guest at moszumanska.debian.org
Mon Jan 22 14:05:33 UTC 2018


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

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

commit 6e99510778cdcf0a945ba8bf77c91c9e7897c971
Author: intrigeri <intrigeri at boum.org>
Date:   Sat Jan 20 15:37:13 2018 +0000

    Add newline in error message to avoid a line break in the URL.
---
 tails_installer/gui.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index 1a0dd54..0224043 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -595,8 +595,8 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
                    and not info['is_device_big_enough_for_upgrade']:
                     message = _('To upgrade device "%(pretty_name)s"'
                                 ' from this Tails, you need to use'
-                                ' a downloaded Tails ISO image:'
-                                ' https://tails.boum.org/install/download') % {
+                                " a downloaded Tails ISO image:\n"
+                                'https://tails.boum.org/install/download') % {
                                     '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