user-accounts: Change password hint to be more obvious

https://bugzilla.gnome.org/show_bug.cgi?id=702474
This commit is contained in:
Ondrej Holy 2013-06-18 15:20:21 +02:00
parent 995ba2c2d7
commit 00316c33f4

View file

@ -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.");