src/protocols/jabber/jabber.c

changeset 11610
85f0e6e9dc5c
parent 11609
6757f295785e
child 11646
88222bcf445b
--- a/src/protocols/jabber/jabber.c	Tue Oct 04 13:38:39 2005 +0000
+++ b/src/protocols/jabber/jabber.c	Tue Oct 04 13:52:09 2005 +0000
@@ -994,7 +994,7 @@
 			}
 
 			if(jbr->name)
-				res = g_strdup_printf(" _(%s)", jbr->name);
+				res = g_strdup_printf(" (%s)", jbr->name);
 
 			g_string_append_printf(ret, "\n<b>%s%s:</b> %s%s%s",
 					_("Status"),

mercurial