changeset 11158:2c930d591492

[gaim-migrate @ 13245] This is what the command actually does, I'm not sure if jabber should allow for invi tes to other rooms than the one the command is run from. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 25 Jul 2005 23:46:34 +0000
parents f068eaabe332
children bd8ac1d4b2f2
files src/protocols/jabber/jabber.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Mon Jul 25 21:20:14 2005 +0000
+++ b/src/protocols/jabber/jabber.c	Mon Jul 25 23:46:34 2005 +0000
@@ -1490,7 +1490,7 @@
 	                  GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_PRPL_ONLY |
 	                  GAIM_CMD_FLAG_ALLOW_WRONG_ARGS, "prpl-jabber",
 	                  jabber_cmd_chat_invite,
-	                  _("invite &lt;user&gt; [room]:  Invite a user to the room."),
+	                  _("invite &lt;user&gt; [message]:  Invite a user to the room."),
 	                  NULL);
 	gaim_cmd_register("join", "ws", GAIM_CMD_P_PRPL,
 	                  GAIM_CMD_FLAG_CHAT | GAIM_CMD_FLAG_PRPL_ONLY |