mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
gtlspassword: Fix a typo in a translatable string
Singular/Plural mismatch. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -112,7 +112,7 @@ g_tls_password_real_get_default_warning (GTlsPassword *password)
|
|||||||
if (flags & G_TLS_PASSWORD_MANY_TRIES)
|
if (flags & G_TLS_PASSWORD_MANY_TRIES)
|
||||||
/* Translators: This is not the 'This is the last chance' string. It is
|
/* Translators: This is not the 'This is the last chance' string. It is
|
||||||
* displayed when more than one attempt is allowed. */
|
* 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.");
|
return _("Several passwords entered have been incorrect, and your access will be locked out after further failures.");
|
||||||
if (flags & G_TLS_PASSWORD_RETRY)
|
if (flags & G_TLS_PASSWORD_RETRY)
|
||||||
return _("The password entered is incorrect.");
|
return _("The password entered is incorrect.");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user