summary refs log tree commit diff stats
path: root/src/common/text.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2015-04-04 04:29:39 -0400
committerTingPing <tingping@tingping.se>2015-04-04 04:29:39 -0400
commitf8c7ea3672bc825b7c9218877db2db92a4d45aa6 (patch)
tree531fcf63ea42e497ec8538ba9dcf9e9b76409827 /src/common/text.c
parente313a82ab4ccca13f6ecaff7c67e37fe2cfe672c (diff)
Fix some text event descriptions
Diffstat (limited to 'src/common/text.c')
-rw-r--r--src/common/text.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/text.c b/src/common/text.c
index 11516ae2..f02a79ab 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -1127,26 +1127,26 @@ static char * const pevt_chanrmlimit_help[] = {
 };
 
 static char * const pevt_chandeop_help[] = {
-	N_("The nick of the person of did the deop'ing"),
+	N_("The nick of the person who did the deop'ing"),
 	N_("The nick of the person who has been deop'ed"),
 };
 static char * const pevt_chandehop_help[] = {
-	N_("The nick of the person of did the dehalfop'ing"),
+	N_("The nick of the person who did the dehalfop'ing"),
 	N_("The nick of the person who has been dehalfop'ed"),
 };
 
 static char * const pevt_chandevoice_help[] = {
-	N_("The nick of the person of did the devoice'ing"),
+	N_("The nick of the person who did the devoice'ing"),
 	N_("The nick of the person who has been devoice'ed"),
 };
 
 static char * const pevt_chanunban_help[] = {
-	N_("The nick of the person of did the unban'ing"),
+	N_("The nick of the person who did the unban'ing"),
 	N_("The ban mask"),
 };
 
 static char * const pevt_chanunquiet_help[] = {
-	N_("The nick of the person of did the unquiet'ing"),
+	N_("The nick of the person who did the unquiet'ing"),
 	N_("The quiet mask"),
 };