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

irc: fix typos in /help ban and /help quiet

This commit is contained in:
Sébastien Helleu
2015-08-24 10:07:44 +02:00
parent 350938181b
commit c8ac75601f
18 changed files with 69 additions and 62 deletions
+4 -3
View File
@@ -6131,7 +6131,8 @@ irc_command_init ()
N_("channel: channel name\n"
" nick: nick or host\n"
"\n"
"Without argument, this command display ban list for current channel."),
"Without argument, this command displays the ban list for current "
"channel."),
"%(irc_channel_nicks_hosts)", &irc_command_ban, NULL);
weechat_hook_command (
"cap",
@@ -6587,8 +6588,8 @@ irc_command_init ()
N_("channel: channel name\n"
" nick: nick or host\n"
"\n"
"Without argument, this command display quiet list for current "
"channel."),
"Without argument, this command displays the quiet list for "
"current channel."),
"%(irc_channel_nicks_hosts)", &irc_command_quiet, NULL);
weechat_hook_command (
"quote",