Don't mention "Pidgin" in the libpurple cert error message. Fixes #10200.

Mon, 07 Sep 2009 20:46:57 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Mon, 07 Sep 2009 20:46:57 +0000
changeset 28527
aa2988f2fb37
parent 28526
c1076c05206b
child 28528
0e1bcec2d528

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.");

mercurial