mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -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"\
|
||||
"%n = your 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"\
|
||||
"%a = all selected nicks\n"\
|
||||
@ -1458,7 +1459,8 @@ menu_pluginlist (void)
|
||||
"%m = machine info\n"\
|
||||
"%n = your 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"\
|
||||
"%d = data (the whole ctcp)\n"\
|
||||
|
Loading…
Reference in New Issue
Block a user