Mercurial > pidgin
changeset 28244:c88de9dd2b56
Don't mention "Pidgin" in the libpurple cert error message. Fixes #10200.
Another alternative would be to chop off "to this application".
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 07 Sep 2009 20:46:57 +0000 |
parents | b6cc239e2564 |
children | bfd6bd60089b |
files | libpurple/certificate.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.");