[Pkg-privacy-commits] [tails-installer] 43/70: Only use 'please' when asking for something inconvenient

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 81cc2b92f757a482e907a62b5eed34466c8eca90
Author: sajolida <sajolida at pimienta.org>
Date:   Tue Mar 14 17:11:13 2017 +0000

    Only use 'please' when asking for something inconvenient
---
 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 30524c3..ca4f872 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -699,7 +699,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
         if self.opts.partition:
             if not self.confirmed:
                 if self.show_confirmation_dialog(
-                        _("Please confirm your device selection"),
+                        _("Confirm your device selection"),
                         _("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. "
@@ -728,7 +728,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
                          'parent_size': _format_bytes_in_gb(self.live.drive['parent_size'])
                      }
                   )
-            if self.show_confirmation_dialog(_("Please confirm your device selection"), msg, False):
+            if self.show_confirmation_dialog(_("Confirm your device selection"), 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