# HG changeset patch # User Paul Aurich # Date 1252356417 0 # Node ID aa2988f2fb37df37f5d88d2840ea72a667481c66 # Parent c1076c05206bc14eaefaaafc768e444ba59ca5ba Don't mention "Pidgin" in the libpurple cert error message. Fixes #10200. Another alternative would be to chop off "to this application". diff -r c1076c05206b -r aa2988f2fb37 libpurple/certificate.c --- 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.");