diff src/gtkblist.c @ 8861:07f57b71bd5e

[gaim-migrate @ 9629] Nickolai Zeldovich noticed a missing \n committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 03 May 2004 17:49:27 +0000
parents 48086c7bd568
children de87e510ff9a
line wrap: on
line diff
--- a/src/gtkblist.c	Mon May 03 17:44:39 2004 +0000
+++ b/src/gtkblist.c	Mon May 03 17:49:27 2004 +0000
@@ -2450,7 +2450,7 @@
 		}
 
 		if (!statustext && !GAIM_BUDDY_IS_ONLINE(b))
-			statustext = g_strdup(_("<b>Status:</b> Offline"));
+			statustext = g_strdup(_("\n<b>Status:</b> Offline"));
 
 		if (b->signon > 0)
 			loggedin = gaim_str_seconds_to_string(time(NULL) - b->signon);