/soc/2015/koosha/main: c4dbbe73de54: Mention <message> in 'repla...
Koosha Khajehmoogahi
koosha at posteo.de
Fri Jul 10 11:52:40 EDT 2015
Changeset: c4dbbe73de542145fe022474ceafbb36781b8b07
Author: Koosha Khajehmoogahi <koosha at posteo.de>
Date: 2015-07-10 17:51 +0200
Branch: default
URL: https://hg.pidgin.im/soc/2015/koosha/main/rev/c4dbbe73de54
Description:
Mention <message> in 'replace' cmd help info
diffstat:
libpurple/protocols/jabber/jabber.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/libpurple/protocols/jabber/jabber.c b/libpurple/protocols/jabber/jabber.c
--- a/libpurple/protocols/jabber/jabber.c
+++ b/libpurple/protocols/jabber/jabber.c
@@ -3799,7 +3799,7 @@ jabber_register_commands(PurpleProtocol
id = purple_cmd_register("replace", "S", PURPLE_CMD_P_PROTOCOL,
PURPLE_CMD_FLAG_IM | PURPLE_CMD_FLAG_PROTOCOL_ONLY,
proto_id, jabber_cmd_replace,
- _("replace: Replace the last message with a newer one."), NULL);
+ _("replace <message>: Replace the last message with a newer one."), NULL);
commands = g_slist_prepend(commands, GUINT_TO_POINTER(id));
id = purple_cmd_register("mood", "ws", PURPLE_CMD_P_PROTOCOL,
More information about the Commits
mailing list