mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 19:22:22 -05:00
Update help messages for userlist buttons and user popups
This commit is contained in:
parent
2e6001f1ed
commit
29d6db30ba
@ -1448,7 +1448,8 @@ menu_pluginlist (void)
|
|||||||
"%m = machine info\n"\
|
"%m = machine info\n"\
|
||||||
"%n = your nick\n"\
|
"%n = your nick\n"\
|
||||||
"%s = selected nick\n"\
|
"%s = selected nick\n"\
|
||||||
"%t = time/date\n")
|
"%t = time/date\n"\
|
||||||
|
"%u = selected uses account")
|
||||||
|
|
||||||
#define dlgbutton_help _("Dialog Buttons - Special codes:\n\n"\
|
#define dlgbutton_help _("Dialog Buttons - Special codes:\n\n"\
|
||||||
"%a = all selected nicks\n"\
|
"%a = all selected nicks\n"\
|
||||||
@ -1458,7 +1459,8 @@ menu_pluginlist (void)
|
|||||||
"%m = machine info\n"\
|
"%m = machine info\n"\
|
||||||
"%n = your nick\n"\
|
"%n = your nick\n"\
|
||||||
"%s = selected nick\n"\
|
"%s = selected nick\n"\
|
||||||
"%t = time/date\n")
|
"%t = time/date\n"\
|
||||||
|
"%u = selected uses account")
|
||||||
|
|
||||||
#define ctcp_help _("CTCP Replies - Special codes:\n\n"\
|
#define ctcp_help _("CTCP Replies - Special codes:\n\n"\
|
||||||
"%d = data (the whole ctcp)\n"\
|
"%d = data (the whole ctcp)\n"\
|
||||||
|
Loading…
Reference in New Issue
Block a user