Mercurial > pidgin
changeset 28245:bfd6bd60089b
rekkanoryo: darkrain: [Refs #10200]...chop off the "to this application"
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 07 Sep 2009 23:23:50 +0000 |
parents | c88de9dd2b56 |
children | bfe511f69e93 bc87a89e4401 |
files | libpurple/certificate.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.c Mon Sep 07 20:46:57 2009 +0000 +++ b/libpurple/certificate.c Mon Sep 07 23:23:50 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 this application."); + "unknown."); break; case PURPLE_CERTIFICATE_NOT_ACTIVATED: return _("The certificate is not valid yet.");