summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-03 18:29:08 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 18:29:08 +0100
commit7d664e755eb8bf8226695a735a631124421edc7a (patch)
tree4faae22f223345e545f5385f947648ffedb1d957 /src/common/text.c
parent7c1d2366b1a57a6ab244074f80adef2c8c66ef35 (diff)
More robust CAP management and CAP multi-prefix support
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c4
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[] = {