]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Fix some text event descriptions
authorTingPing <redacted>
Sat, 4 Apr 2015 08:29:39 +0000 (04:29 -0400)
committerTingPing <redacted>
Sat, 4 Apr 2015 08:29:39 +0000 (04:29 -0400)
src/common/text.c

index 11516ae269de216202cd53d2721612f945aa56b2..f02a79abc73a87ce7ea9f18955375afd783c8a94 100644 (file)
@@ -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"),
 };