1
0
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:
Sebastien Helleu
2011-02-08 12:19:10 +01:00
parent 8f2a2b9d1f
commit 2b6bdebcd3
15 changed files with 113 additions and 57 deletions
+2 -2
View File
@@ -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>...]"),
"",