[Pkg-privacy-commits] [tails-installer] 03/30: Fixes Bug #10731: Fix some minor typos.
anonym
anonym-tails-guest at moszumanska.debian.org
Fri Jun 9 16:22:58 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 787020a8baca5a957d4149a4976a53fd0c97c938
Author: Tails developers <amnesia at boum.org>
Date: Mon May 23 17:56:04 2016 +0200
Fixes Bug #10731: Fix some minor typos.
---
tails_installer/creator.py | 3 +--
tails_installer/gui.py | 6 +++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/tails_installer/creator.py b/tails_installer/creator.py
index 682cb59..a43fe70 100755
--- a/tails_installer/creator.py
+++ b/tails_installer/creator.py
@@ -615,10 +615,9 @@ class LinuxTailsInstallerCreator(TailsInstallerCreator):
'removable': drive.props.media_removable,
}
- # Skip non-removable drives
+ # Check non-removable drives
if not data['removable']:
self.log.debug('Skipping non-removable device: %s' % data['device'])
- continue
# Only pay attention to USB and SDIO devices, unless --force'd
iface = drive.props.connection_bus
diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index a0a8d6e..6b1de7d 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -486,9 +486,9 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
# Skip devices with non-removable bit enabled
if not info['removable']:
message =_('The device "%(pretty_name)s"'
- ' has the non-removable bit enabled. '
- ' Tails can not be installed in this device '
- ' because it will not be able to boot on '
+ ' has the non-removable bit enabled.'
+ ' Tails can not be installed in this device'
+ ' because it will not be able to boot on'
' non-removable devices.') % {
'pretty_name': pretty_name
}
--
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