# HG changeset patch # User Paul Aurich # Date 1252365830 0 # Node ID bfd6bd60089b1aca13b5fb54f7844c8827b31517 # Parent c88de9dd2b56bec0699a47ee79e1ce5f39d442a6 rekkanoryo: darkrain: [Refs #10200]...chop off the "to this application" diff -r c88de9dd2b56 -r bfd6bd60089b libpurple/certificate.c --- 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.");