diff libpurple/certificate.c @ 31007:c5ba7dd399fa

merged from im.pidgin.pidgin: - oscar.c needs to be revised - changes in google.c may need to be salvaged
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 22 Sep 2010 14:17:09 +0900
parents 810a6be1920f 22a713532200
children 193cbfcfc935
line wrap: on
line diff
--- a/libpurple/certificate.c	Tue Aug 17 17:23:13 2010 +0900
+++ b/libpurple/certificate.c	Wed Sep 22 14:17:09 2010 +0900
@@ -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) */