# HG changeset patch # User Paul Aurich # Date 1285078115 0 # Node ID 22a71353220092ac987884c9f5d0966d46ec8647 # Parent 016b15f13443802811178ec3179b9dcfe417ce0f cert: Tell users to check their computer's date/time for expired certs, too Fixes #12654 diff -r 016b15f13443 -r 22a713532200 ChangeLog --- 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 diff -r 016b15f13443 -r 22a713532200 libpurple/certificate.c --- 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) */