[epiphany/tls-errors] ephy-certificate-dialog: reword bad identity error message
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/tls-errors] ephy-certificate-dialog: reword bad identity error message
- Date: Thu, 10 Jul 2014 02:49:42 +0000 (UTC)
commit 9ca789f8fc0b94fc9e2f1ed41fb8c7d3f2ee79c8
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Wed Jul 9 19:00:17 2014 -0500
ephy-certificate-dialog: reword bad identity error message
This wording should be a bit less confusing.
lib/widgets/ephy-certificate-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/ephy-certificate-dialog.c b/lib/widgets/ephy-certificate-dialog.c
index 9afdffe..cadaf5e 100644
--- a/lib/widgets/ephy-certificate-dialog.c
+++ b/lib/widgets/ephy-certificate-dialog.c
@@ -89,7 +89,7 @@ get_error_messages_from_tls_errors (GTlsCertificateFlags tls_errors)
char *retval;
if (tls_errors & G_TLS_CERTIFICATE_BAD_IDENTITY)
- g_ptr_array_add (errors, _("The certificate does not match the expected identity"));
+ g_ptr_array_add (errors, _("The certificate does not match this website"));
if (tls_errors & G_TLS_CERTIFICATE_EXPIRED)
g_ptr_array_add (errors, _("The certificate has expired"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]