diff options
author | James Booth <boothj5@gmail.com> | 2014-09-30 21:23:31 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-30 21:23:31 +0100 |
commit | 9bff9c850b435516523e307f67415b27f5e9721f (patch) | |
tree | e63df210fbb707831664e7857072ebb3d9997ec1 | |
parent | 95f03665df16ff3e357ad3a9b13d481ffab87796 (diff) | |
parent | ded712c35cc70f341c96df7d554e1b8913f7dfbb (diff) | |
download | profani-tty-9bff9c850b435516523e307f67415b27f5e9721f.tar.gz |
Merge branch 'master' into muc_roles
-rw-r--r-- | src/ui/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c index dc4ab885..500e435b 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -2230,8 +2230,8 @@ _ui_show_form_field_help(ProfWin *window, DataForm *form, char *tag) win_save_print(window, '-', NULL, 0, 0, "", " Where : <value> is a valid Jabber ID"); break; case FIELD_JID_MULTI: - win_save_vprint(window, '-', NULL, 0, 0, "", " Add : /form set %s <value>", tag); - win_save_vprint(window, '-', NULL, 0, 0, "", " Remove : /form set %s <value>", tag); + win_save_vprint(window, '-', NULL, 0, 0, "", " Add : /form add %s <value>", tag); + win_save_vprint(window, '-', NULL, 0, 0, "", " Remove : /form remove %s <value>", tag); win_save_print(window, '-', NULL, 0, 0, "", " Where : <value> is a valid Jabber ID"); break; case FIELD_FIXED: |