1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

core: replace "barname" by "bar_name" in /help bar

This commit is contained in:
Sébastien Helleu
2026-03-21 13:23:55 +01:00
parent 41d8e06394
commit 5e963c7546
15 changed files with 421 additions and 401 deletions
+1 -1
View File
@@ -8457,7 +8457,7 @@ command_init (void)
N_("mask: name where wildcard \"*\" is allowed"),
N_("raw[set]: set a value for a bar property"),
N_("option: option to change (for options list, look at /set "
"weechat.bar.<barname>.*)"),
"weechat.bar.<bar_name>.*)"),
N_("value: new value for option"),
N_("raw[hide]: hide a bar"),
N_("raw[show]: show an hidden bar"),