# HG changeset patch # User Luke Schierer # Date 1082582061 0 # Node ID dbe23964ff2be74ff30c6ac629d4b5ae46d6452b # Parent 6c0fae7a4f1af7df58f1b0cbb9739833ccf9ed3b [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 diff -r 6c0fae7a4f1a -r dbe23964ff2b src/protocols/novell/novell.c --- 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(_("\nStatus: %s\n" + ret_text = g_strdup_printf(_("Status: %s\n" "Message: %s"), status_str, text); else - ret_text = g_strdup_printf(_("\nStatus: %s"), status_str); + ret_text = g_strdup_printf(_("Status: %s"), status_str); } }