[Pkg-privacy-commits] [tails-installer] 48/70: Delete extra parentesis.
Ulrike Uhlig
ulrike at moszumanska.debian.org
Mon Nov 20 14:55:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to annotated tag tails-installer_4.20
in repository tails-installer.
commit cf1e80e1d33f283abe1bf95566603dcabfc551c7
Author: Tails Developers <tails at boum.org>
Date: Wed Apr 19 18:29:38 2017 +0200
Delete extra parentesis.
---
tails_installer/gui.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index d0b5f8d..644d3ae 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -713,7 +713,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
persistence_message = " "
if self.device_with_persistence:
persistence_message = "The persistent storage on this USB stick will be preserved."
- msg = (_("%(vendor)s %(model)s device (%(device)s)\n\n(%(persistence_message)s)") % {
+ msg = (_("%(vendor)s %(model)s device (%(device)s)\n\n%(persistence_message)s") % {
'vendor': self.live.drive['vendor'],
'model': self.live.drive['model'],
'device': self.live.drive['device'],
--
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