From ded712c35cc70f341c96df7d554e1b8913f7dfbb Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 30 Sep 2014 21:22:13 +0100 Subject: [PATCH] Fixed help for jid-multi form fields --- src/ui/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/core.c b/src/ui/core.c index b57527c2..18eff596 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -2237,8 +2237,8 @@ _ui_show_form_field_help(ProfWin *window, DataForm *form, char *tag) win_save_print(window, '-', NULL, 0, 0, "", " Where : is a valid Jabber ID"); break; case FIELD_JID_MULTI: - win_save_vprint(window, '-', NULL, 0, 0, "", " Add : /form set %s ", tag); - win_save_vprint(window, '-', NULL, 0, 0, "", " Remove : /form set %s ", tag); + win_save_vprint(window, '-', NULL, 0, 0, "", " Add : /form add %s ", tag); + win_save_vprint(window, '-', NULL, 0, 0, "", " Remove : /form remove %s ", tag); win_save_print(window, '-', NULL, 0, 0, "", " Where : is a valid Jabber ID"); break; case FIELD_FIXED: