pidgin: fd1c5e26: Don't mention "Pidgin" in the libpurple ...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Mon Sep 7 16:51:04 EDT 2009
-----------------------------------------------------------------
Revision: fd1c5e26b4e234e2d79ec7c414f53d19df2cdb85
Ancestor: f4609ebf8654bf111c5c1913978736383607d823
Author: darkrain42 at pidgin.im
Date: 2009-09-07T20:46:57
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/fd1c5e26b4e234e2d79ec7c414f53d19df2cdb85
Modified files:
libpurple/certificate.c
ChangeLog:
Don't mention "Pidgin" in the libpurple cert error message. Fixes #10200.
Another alternative would be to chop off "to this application".
-------------- next part --------------
============================================================
--- libpurple/certificate.c 6a6b0229904620379138cdb8c6f8333c326c4717
+++ libpurple/certificate.c 74a79b30aafda00842d3113bf4b361761d454762
@@ -98,7 +98,7 @@ invalidity_reason_to_string(PurpleCertif
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.");
More information about the Commits
mailing list