[epiphany] ephy-certificate-dialog: reword bad identity error message



commit 81960c65cc5bdab367f7d18213f8f62c8ac7c6dc
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.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733025

 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]