Use proper newlines in /help output.

Sun, 04 Mar 2012 00:48:20 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 04 Mar 2012 00:48:20 +0000
changeset 32959
592ccaea6fb3
parent 32958
98a8270ec6aa
child 32960
1beafd9dbad4

Use proper newlines in /help output.

pidgin/gtkconv.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkconv.c	Sat Mar 03 08:39:34 2012 +0000
+++ b/pidgin/gtkconv.c	Sun Mar 04 00:48:20 2012 +0000
@@ -494,8 +494,8 @@
 			g_string_append(s, _("No such command (in this context)."));
 		}
 	} else {
-		s = g_string_new(_("Use \"/help &lt;command&gt;\" for help on a specific command.\n"
-											 "The following commands are available in this context:\n"));
+		s = g_string_new(_("Use \"/help &lt;command&gt;\" for help on a specific command.<br/>"
+		                   "The following commands are available in this context:<br/>"));
 
 		text = purple_cmd_list(conv);
 		for (l = text; l; l = l->next)

mercurial