changeset 30219:ebc34634e592

certificate: Add helpful text to the 'not yet active' message. A bad clock is going to be the issue in basically all these cases, unless you're explicitly creating interesting certs.
author Paul Aurich <paul@darkrain42.org>
date Tue, 29 Jun 2010 17:34:21 +0000
parents 317cbbf56c2f
children 53469b47d3f3
files libpurple/certificate.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/certificate.c	Wed Jun 23 04:43:44 2010 +0000
+++ b/libpurple/certificate.c	Tue Jun 29 17:34:21 2010 +0000
@@ -99,7 +99,8 @@
 			         "that can verify it is currently trusted.");
 			break;
 		case PURPLE_CERTIFICATE_NOT_ACTIVATED:
-			return _("The certificate is not valid yet.");
+			return _("The certificate is not valid yet.  Check that your "
+			         "computer's date and time are accurate.");
 			break;
 		case PURPLE_CERTIFICATE_EXPIRED:
 			return _("The certificate has expired and should not be "