[Pkg-privacy-commits] [tails-installer] 42/70: Rephase
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 11ebad8f53b8ac08eb04ea66f742c6c7e7918fbd
Author: sajolida <sajolida at pimienta.org>
Date: Tue Mar 14 17:07:26 2017 +0000
Rephase
- Use 'select' to select a file.
- Avoid '!' unless really necessary.
---
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 6a8c16e..30524c3 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -483,8 +483,8 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
def is_ISO_selected(self):
# If the user has chosen install from ISO, but no ISO is selected
if not self.live.opts.clone and not (self.live.source.__class__ == LocalIsoSource):
- self.show_confirmation_dialog(_("ISO image not selected!"),
- _("Please choose a downloaded Tails ISO image."),
+ self.show_confirmation_dialog(_("No ISO image selected"),
+ _("Please select a Tails ISO image."),
True)
return False
return True
--
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