summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-08-24 10:07:44 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-08-24 10:07:44 +0200
commitc8ac75601f0c0003c7ec0bf6605bd6e2258ab5a3 (patch)
tree3eac64137d9ed00831a8558fe842140366fc4a59 /src/plugins
parent350938181b1bfb5b8854a9e0ace387fa10afb73d (diff)
downloadweechat-c8ac75601f0c0003c7ec0bf6605bd6e2258ab5a3.zip
irc: fix typos in /help ban and /help quiet
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/irc/irc-command.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c
index a78970e6b..a5bb53559 100644
--- a/src/plugins/irc/irc-command.c
+++ b/src/plugins/irc/irc-command.c
@@ -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",