changeset 31006:22a713532200

cert: Tell users to check their computer's date/time for expired certs, too Fixes #12654
author Paul Aurich <paul@darkrain42.org>
date Tue, 21 Sep 2010 14:08:35 +0000
parents 016b15f13443
children c5ba7dd399fa 4f6273c899b9
files ChangeLog libpurple/certificate.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 21 04:37:26 2010 +0000
+++ b/ChangeLog	Tue Sep 21 14:08:35 2010 +0000
@@ -13,6 +13,8 @@
 	* Fix an invalid memory access when removing UPnP mappings that could
 	  cause sporadic crashes, most notably when MSN Direct Connections are
 	  enabled. (#12387)
+	* Add a sentence to the certificate warning for expired certificates
+	  suggesting the user check their computer's date and time. (#12654)
 
 	Pidgin:
 	* Add support for the Gadu-Gadu protocol in the gevolution plugin to
--- a/libpurple/certificate.c	Tue Sep 21 04:37:26 2010 +0000
+++ b/libpurple/certificate.c	Tue Sep 21 14:08:35 2010 +0000
@@ -104,7 +104,8 @@
 			break;
 		case PURPLE_CERTIFICATE_EXPIRED:
 			return _("The certificate has expired and should not be "
-			         "considered valid.");
+			         "considered valid.  Check that your computer's date "
+			         "and time are accurate.");
 			break;
 		case PURPLE_CERTIFICATE_NAME_MISMATCH:
 			/* Translators: "domain" refers to a DNS domain (e.g. talk.google.com) */