diff src/protocols/novell/novell.c @ 8746:dbe23964ff2b

[gaim-migrate @ 9501] (17:07:06) Luke: Hello Luke, Sean has added 2 newlines in src/protocols/novell/novell.c. Unfortunately this breaks the string freeze. If Sean's patch will not be reverted, please commit my German translation update (file i18n55.patch). If Sean's patch will be reverted, please do nothing. Regards, Bj?rn (17:09:28) Sean: oh, yeah, I did. I did that yesterady, didn't I? (17:09:34) Luke: *nods* (17:10:16) Sean: ok, revert it. (17:10:24) Sean: please (17:10:27) Luke: willdo committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 21 Apr 2004 21:14:21 +0000
parents 0f73e8204529
children d7b8eb1f0a18
line wrap: on
line diff
--- a/src/protocols/novell/novell.c	Wed Apr 21 21:05:08 2004 +0000
+++ b/src/protocols/novell/novell.c	Wed Apr 21 21:14:21 2004 +0000
@@ -2161,11 +2161,11 @@
 			}
 
 			if (text)
-				ret_text = g_strdup_printf(_("\n<b>Status:</b> %s\n"
+				ret_text = g_strdup_printf(_("<b>Status:</b> %s\n"
 											 "<b>Message:</b> %s"),
 										   status_str, text);
 			else
-				ret_text = g_strdup_printf(_("\n<b>Status:</b> %s"), status_str);
+				ret_text = g_strdup_printf(_("<b>Status:</b> %s"), status_str);
 		}
 	}