gtlspassword: Comment for translators added

With tweaks by Philip Withnall <philip@tecnocode.co.uk>.

https://bugzilla.gnome.org/show_bug.cgi?id=658446
This commit is contained in:
Juan R. Garcia Blanco 2011-10-04 21:17:00 +02:00 committed by Philip Withnall
parent 646041bc28
commit d865ffa4d5

View File

@ -110,6 +110,8 @@ g_tls_password_real_get_default_warning (GTlsPassword *password)
if (flags & G_TLS_PASSWORD_FINAL_TRY)
return _("This is the last chance to enter the password correctly before your access is locked out.");
if (flags & G_TLS_PASSWORD_MANY_TRIES)
/* Translators: This is not the 'This is the last chance' string. It is
* displayed when more than one attempt is allowed. */
return _("Several password entered have been incorrect, and your access will be locked out after further failures.");
if (flags & G_TLS_PASSWORD_RETRY)
return _("The password entered is incorrect.");