[glib] gtlspassword: Fix a typo in a translatable string
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gtlspassword: Fix a typo in a translatable string
- Date: Mon, 29 May 2017 10:24:35 +0000 (UTC)
commit fae61260c63ac1347fe701f10b30ceb2e7428256
Author: Philip Withnall <withnall endlessm com>
Date: Mon May 29 11:24:09 2017 +0100
gtlspassword: Fix a typo in a translatable string
Singular/Plural mismatch.
Signed-off-by: Philip Withnall <withnall endlessm com>
gio/gtlspassword.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gtlspassword.c b/gio/gtlspassword.c
index d0357ec..a8b54b1 100644
--- a/gio/gtlspassword.c
+++ b/gio/gtlspassword.c
@@ -112,7 +112,7 @@ g_tls_password_real_get_default_warning (GTlsPassword *password)
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.");
+ return _("Several passwords 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.");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]