about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-09-30 21:23:31 +0100
committerJames Booth <boothj5@gmail.com>2014-09-30 21:23:31 +0100
commit9bff9c850b435516523e307f67415b27f5e9721f (patch)
treee63df210fbb707831664e7857072ebb3d9997ec1
parent95f03665df16ff3e357ad3a9b13d481ffab87796 (diff)
parentded712c35cc70f341c96df7d554e1b8913f7dfbb (diff)
downloadprofani-tty-9bff9c850b435516523e307f67415b27f5e9721f.tar.gz
Merge branch 'master' into muc_roles
-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 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: