[geary] Identify password prompt as Geary: Bug #739195



commit 3d73c6d740b78541b372312d0d2e15727857050f
Author: Jim Nelson <jim yorba org>
Date:   Tue Oct 28 16:37:02 2014 -0700

    Identify password prompt as Geary: Bug #739195
    
    Although commit for bug #720769 ensures that the password dialog is
    transient for Geary's main window, this text change ensures the user
    knows the password being asked for is for Geary.

 src/client/dialogs/password-dialog.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client/dialogs/password-dialog.vala b/src/client/dialogs/password-dialog.vala
index 2c95c10..57a527d 100644
--- a/src/client/dialogs/password-dialog.vala
+++ b/src/client/dialogs/password-dialog.vala
@@ -13,7 +13,7 @@ public class PasswordDialog {
     // strings, and Glade doesn't support the "larger" size attribute. See this bug report for
     // details: https://bugzilla.gnome.org/show_bug.cgi?id=679006
     private const string PRIMARY_TEXT_MARKUP = "<span weight=\"bold\" size=\"larger\">%s</span>";
-    private const string PRIMARY_TEXT_FIRST_TRY = _("Please enter your password");
+    private const string PRIMARY_TEXT_FIRST_TRY = _("Geary requires your email password to continue");
     
     private Gtk.Dialog dialog;
     private Gtk.Entry entry_password;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]