--- a/libpurple/certificate.c Sat Aug 22 06:00:18 2009 +0000 +++ b/libpurple/certificate.c Sat Aug 22 06:06:38 2009 +0000 @@ -101,7 +101,7 @@ "unknown to Pidgin."); break; case PURPLE_CERTIFICATE_NOT_ACTIVATED: - return _("The certificate has not yet been activated."); + return _("The certificate is not valid yet."); break; case PURPLE_CERTIFICATE_EXPIRED: return _("The certificate has expired and should not be " @@ -109,8 +109,7 @@ break; case PURPLE_CERTIFICATE_NAME_MISMATCH: /* Translators: "domain" refers to a DNS domain (e.g. talk.google.com) */ - return _("The certificate presented is not valid for this " - "domain."); + return _("The certificate presented is not issued to this domain."); break; case PURPLE_CERTIFICATE_NO_CA_POOL: return _("You have no database of root certificates, so "