# HG changeset patch # User Elliott Sales de Andrade # Date 1330822100 0 # Node ID 97bf6c9ef9abe97632cd13df9b84f88dfed660ed # Parent f2478fe32c790c1eb46c175f5d8dc8ee71fed4ff Use proper newlines in /help output. diff -r f2478fe32c79 -r 97bf6c9ef9ab pidgin/gtkconv.c --- 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 <command>\" for help on a specific command.\n" - "The following commands are available in this context:\n")); + s = g_string_new(_("Use \"/help <command>\" for help on a specific command.
" + "The following commands are available in this context:
")); text = purple_cmd_list(conv); for (l = text; l; l = l->next)