# HG changeset patch # User Luke Schierer # Date 1083606567 0 # Node ID 07f57b71bd5e4ae2f2eb8f64fce0b40e1f7f3fab # Parent a11807af171ed7402fb58e75f856d31a8680b456 [gaim-migrate @ 9629] Nickolai Zeldovich noticed a missing \n committer: Tailor Script diff -r a11807af171e -r 07f57b71bd5e src/gtkblist.c --- 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(_("Status: Offline")); + statustext = g_strdup(_("\nStatus: Offline")); if (b->signon > 0) loggedin = gaim_str_seconds_to_string(time(NULL) - b->signon);