mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Merge branch 'master' into muc_roles
This commit is contained in:
commit
9bff9c850b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user