qulogic/pidgin

Parents 3d96648efd41
Children a6b42301c095
Change strings from "help on a specific command" to "help with a specific command"

I think the former is ok, but I think the latter is better.
--- a/finch/gntconv.c Sun Jun 22 23:48:33 2014 -0700
+++ b/finch/gntconv.c Tue Jun 24 20:47:35 2014 -0700
@@ -1332,8 +1332,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)
--- a/pidgin/gtkconv.c Sun Jun 22 23:48:33 2014 -0700
+++ b/pidgin/gtkconv.c Tue Jun 24 20:47:35 2014 -0700
@@ -483,8 +483,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)