From d865ffa4d56a90dc0539f89ea9f04a5d9671c441 Mon Sep 17 00:00:00 2001 From: "Juan R. Garcia Blanco" Date: Tue, 4 Oct 2011 21:17:00 +0200 Subject: [PATCH] gtlspassword: Comment for translators added With tweaks by Philip Withnall . https://bugzilla.gnome.org/show_bug.cgi?id=658446 --- gio/gtlspassword.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c index a64faa464..d0357ec14 100644 --- a/gio/gtlspassword.c +++ b/gio/gtlspassword.c @@ -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.");