about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-30 21:22:13 +0100
committerJames Booth <boothj5@gmail.com>2014-09-30 21:22:13 +0100
commitded712c35cc70f341c96df7d554e1b8913f7dfbb (patch)
tree3fb6a215c5c0028ecb81a9362c8e6a466cfba137 /src/ui/core.c
parent3dc14a834259dd3b3584931bb4d4e8ea5f079690 (diff)
downloadprofani-tty-ded712c35cc70f341c96df7d554e1b8913f7dfbb.tar.gz
Fixed help for jid-multi form fields
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c4
1 files 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       : <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: