# HG changeset patch # User Paul Aurich # Date 1250921198 0 # Node ID 694c8aa30300df6f5c2cd44cb217c1e45c500337 # Parent 2c85f44113b41cace48036183a11ecc74fb6ce81 String change feedback from Stu. diff -r 2c85f44113b4 -r 694c8aa30300 libpurple/certificate.c --- 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 "