finch/gntconv.c

branch
soc.2013.gobjectification.plugins
changeset 37155
1aee6d5eefba
parent 37153
c0eccc6696da
parent 36133
b143d7e8e919
child 37592
741f27684265
--- 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)

mercurial