mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
Fix typo: half channel operator -> channel half-operator
This commit is contained in:
@@ -4716,7 +4716,7 @@ irc_command_init ()
|
||||
" || send %(nicks) %(filename)",
|
||||
&irc_command_dcc, NULL);
|
||||
weechat_hook_command ("dehalfop",
|
||||
N_("remove half channel operator status from "
|
||||
N_("remove channel half-operator status from "
|
||||
"nick(s)"),
|
||||
N_("<nick> [<nick>...]"),
|
||||
"",
|
||||
@@ -4747,7 +4747,7 @@ irc_command_init ()
|
||||
" || %(irc_servers)|%*",
|
||||
&irc_command_disconnect, NULL);
|
||||
weechat_hook_command ("halfop",
|
||||
N_("give half channel operator status to "
|
||||
N_("give channel half-operator status to "
|
||||
"nick(s)"),
|
||||
N_("<nick> [<nick>...]"),
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user