diff options
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/text.c b/src/common/text.c index 83c5ca98..6c472690 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -1171,7 +1171,7 @@ static char * const pevt_privmsg_help[] = { static char * const pevt_capack_help[] = { N_("Server Name"), - N_("Acknowledged Capability") + N_("Acknowledged Capabilities") }; static char * const pevt_caplist_help[] = { @@ -1180,7 +1180,7 @@ static char * const pevt_caplist_help[] = { }; static char * const pevt_capreq_help[] = { - N_("Requested Capability") + N_("Requested Capabilities") }; static char * const pevt_changenick_help[] = { |