--- a/finch/gntconv.c Wed Jun 18 00:51:08 2014 +0530 +++ b/finch/gntconv.c Fri Jun 27 01:07:11 2014 +0530 @@ -1335,8 +1335,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.\n" - "The following commands are available in this context:\n")); + s = g_string_new(_("Use \"/help <command>\" for help with a " + "specific command.\nThe following commands are available in " + "this context:\n")); text = purple_cmd_list(conv); for (l = text; l; l = l->next)