[Pkg-privacy-commits] [tails-installer] 14/43: Update error message to match new name of 'Clone & Install'
Ulrike Uhlig
u-guest at moszumanska.debian.org
Tue Nov 15 23:30:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch debian/sid
in repository tails-installer.
commit 32f141c2b88b3c710a363f80a34503aeb313924b
Author: sajolida <sajolida at pimienta.org>
Date: Tue Mar 15 15:24:51 2016 +0000
Update error message to match new name of 'Clone & Install'
---
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 8c9c445..94b550e 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -498,7 +498,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
# Skip devices without a Tails installation
if not self.opts.partition and not self.live.device_can_be_upgraded(info):
if is_running_from_tails():
- action = _('\"Clone & Install\"')
+ action = _('\"Install by cloning\"')
else:
action = _('\"Install from ISO\"')
message = _('It is impossible to upgrade the device %(pretty_name)s'
--
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