pidgin/gtkconv.c

branch
soc.2013.gobjectification.plugins
changeset 37155
1aee6d5eefba
parent 37153
c0eccc6696da
parent 36133
b143d7e8e919
child 37158
96b5ab42da00
--- 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 &lt;command&gt;\" for help on a specific command.<br/>"
-		                   "The following commands are available in this context:<br/>"));
+		s = g_string_new(_("Use \"/help &lt;command&gt;\" 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)

mercurial