[gnome-control-center] user-accounts: Change password hint to be more obvious



commit 00316c33f4c7cadaa0ae7631ab8e9aad4b5553e1
Author: Ondrej Holy <oholy redhat com>
Date:   Tue Jun 18 15:20:21 2013 +0200

    user-accounts: Change password hint to be more obvious
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702474

 panels/user-accounts/pw-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/user-accounts/pw-utils.c b/panels/user-accounts/pw-utils.c
index 88e0be1..bc265a7 100644
--- a/panels/user-accounts/pw-utils.c
+++ b/panels/user-accounts/pw-utils.c
@@ -113,7 +113,7 @@ pw_error_hint (gint error)
         case PWQ_ERROR_MAX_SEQUENCE:
                 return C_("Password hint", "Try to avoid sequences like 1234 or abcd.");
         case PWQ_ERROR_MIN_LENGTH:
-                return C_("Password hint", "Try to add more characters.");
+                return C_("Password hint", "Try to add more letters, numbers and symbols.");
         case PWQ_ERROR_EMPTY_PASSWORD:
         default:
                 return C_("Password hint", "Mix uppercase and lowercase and use a number or two.");


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