diff libpurple/certificate.c @ 30573: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 ebc34634e592
children 27c56e6b5fa6
line wrap: on
line diff
--- 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) */