diff libpurple/certificate.c @ 20270:d94432a338ab

Translating the empty string is a bad idea.
author Richard Laager <rlaager@wiktel.com>
date Fri, 28 Sep 2007 20:30:07 +0000
parents 59858265fc7b
children 27f85efa6505
line wrap: on
line diff
--- a/libpurple/certificate.c	Fri Sep 28 19:44:38 2007 +0000
+++ b/libpurple/certificate.c	Fri Sep 28 20:30:07 2007 +0000
@@ -540,7 +540,7 @@
 
 	/* Determine whether the name matches */
 	if (purple_certificate_check_subject_name(crt, vrq->subject_name)) {
-		cn_match = _("");
+		cn_match = "";
 	} else {
 		cn_match = _("(DOES NOT MATCH)");
 	}