[Pkg-privacy-commits] [tails-installer] 44/70: Only talk about "USB stick" now that SD cards are deprecated
Ulrike Uhlig
ulrike at moszumanska.debian.org
Mon Nov 20 14:54:59 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 5c7651d7986cd9d1e7a9febf2cf1fbd83213f0cb
Author: sajolida <sajolida at pimienta.org>
Date: Tue Mar 14 17:15:34 2017 +0000
Only talk about "USB stick" now that SD cards are deprecated
---
tails_installer/gui.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index ca4f872..3ac0818 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -699,10 +699,10 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
if self.opts.partition:
if not self.confirmed:
if self.show_confirmation_dialog(
- _("Confirm your device selection"),
+ _("Confirm the target USB stick"),
_("You are going to install Tails on the "
"%(size)s %(vendor)s %(model)s device (%(device)s). "
- "All data on the selected device will be lost. "
+ "All data on this USB stick will be lost. "
"Continue?") %
{'vendor': self.live.drive['vendor'],
'model': self.live.drive['model'],
@@ -720,7 +720,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
else:
msg = (_("You are going to upgrade Tails on the %(parent_size)s "
"%(vendor)s %(model)s device (%(device)s). "
- "Any persistent volume on this device will remain unchanged. "
+ "Any persistent volume on this USB stick will remain unchanged. "
"Continue?") % {
'vendor': self.live.drive['vendor'],
'model': self.live.drive['model'],
@@ -728,7 +728,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
'parent_size': _format_bytes_in_gb(self.live.drive['parent_size'])
}
)
- if self.show_confirmation_dialog(_("Confirm your device selection"), msg, False):
+ if self.show_confirmation_dialog(_("Confirm the target USB stick"), msg, False):
# The user has confirmed that they wish to overwrite their
# existing Live OS. Here we delete it first, in order to
# accurately calculate progress.
--
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