Mon, 07 Sep 2009 20:46:57 +0000
Don't mention "Pidgin" in the libpurple cert error message. Fixes #10200.
Another alternative would be to chop off "to this application".
| libpurple/certificate.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/certificate.c Mon Sep 07 19:33:39 2009 +0000 +++ b/libpurple/certificate.c Mon Sep 07 20:46:57 2009 +0000 @@ -98,7 +98,7 @@ break; case PURPLE_CERTIFICATE_CA_UNKNOWN: return _("The root certificate this one claims to be issued by is " - "unknown to Pidgin."); + "unknown to this application."); break; case PURPLE_CERTIFICATE_NOT_ACTIVATED: return _("The certificate is not valid yet.");