--- a/pidgin/gtkconv.c Wed Jun 18 00:51:08 2014 +0530 +++ b/pidgin/gtkconv.c Fri Jun 27 01:07:11 2014 +0530 @@ -486,8 +486,9 @@ g_string_append(s, _("No such command (in this context).")); } } else { - s = g_string_new(_("Use \"/help <command>\" for help on a specific command.<br/>" - "The following commands are available in this context:<br/>")); + s = g_string_new(_("Use \"/help <command>\" for help with 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)