Mercurial > pidgin
diff src/protocols/novell/novell.c @ 8732:ee04a6089cbf
[gaim-migrate @ 9487]
newline in tooltips.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 20 Apr 2004 23:35:15 +0000 |
parents | 7024b595b6ae |
children | 52969b8e9c58 |
line wrap: on
line diff
--- a/src/protocols/novell/novell.c Tue Apr 20 23:03:04 2004 +0000 +++ b/src/protocols/novell/novell.c Tue Apr 20 23:35:15 2004 +0000 @@ -2158,11 +2158,11 @@ } if (text) - ret_text = g_strdup_printf(_("<b>Status:</b> %s\n" + ret_text = g_strdup_printf(_("\n<b>Status:</b> %s\n" "<b>Message:</b> %s"), status_str, text); else - ret_text = g_strdup_printf(_("<b>Status:</b> %s"), status_str); + ret_text = g_strdup_printf(_("\n<b>Status:</b> %s"), status_str); } }