diff src/util.c @ 9220:f0488214826f

[gaim-migrate @ 10016] wing made yahoo profiles even better. They now include all the tooltip info, and also include a link to the profile, so you can open it in your browser with just a click. He also says: Note: I added _() to some "<b>%s:</b> %s" sort of strings, because otherwise the display would be very ugly. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 06 Jun 2004 18:01:32 +0000
parents 3e2ea5b69605
children 316b1afb5974
line wrap: on
line diff
--- a/src/util.c	Sun Jun 06 17:43:37 2004 +0000
+++ b/src/util.c	Sun Jun 06 18:01:32 2004 +0000
@@ -786,9 +786,7 @@
 					  (no_value_token && strncmp(p, no_value_token,
 												 strlen(no_value_token)))))
 	{
-		g_string_append(dest, "<b>");
-		g_string_append(dest, display_name);
-		g_string_append(dest, ":</b> ");
+		g_string_append_printf(dest, _("<b>%s:</b> "), display_name);
 
 		if (is_link)
 		{