[xchat-gnome] Two strings that perhaps should be swapped and other minor typos in text.c
- From: Ritesh Khadgaray <rkhadgaray src gnome org>
- To: svn-commits-list gnome org
- Subject: [xchat-gnome] Two strings that perhaps should be swapped and other minor typos in text.c
- Date: Thu, 18 Jun 2009 02:55:19 -0400 (EDT)
commit e2c2fc78d5527f30a6b2d32008355e46435fa2af
Author: mjdevel <mjdevel gmail com>
Date: Thu Jun 18 12:21:19 2009 +0530
Two strings that perhaps should be swapped and other minor typos in text.c
Fixes bug 552149
src/common/text.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/common/text.c b/src/common/text.c
index fedd065..6d138ed 100644
--- a/src/common/text.c
+++ b/src/common/text.c
@@ -1011,8 +1011,8 @@ static char * const pevt_chansetlimit_help[] = {
};
static char * const pevt_chanop_help[] = {
- N_("The nick of the person who did the op'ing"),
N_("The nick of the person who has been op'ed"),
+ N_("The nick of the person who did the op'ing"),
};
static char * const pevt_chanhop_help[] = {
@@ -1039,21 +1039,21 @@ 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"),
};
@@ -1063,7 +1063,7 @@ static char * const pevt_chanexempt_help[] = {
};
static char * const pevt_chanrmexempt_help[] = {
- N_("The nick of the person removed the exempt"),
+ N_("The nick of the person who removed the exempt"),
N_("The exempt mask"),
};
@@ -1073,12 +1073,12 @@ static char * const pevt_chaninvite_help[] = {
};
static char * const pevt_chanrminvite_help[] = {
- N_("The nick of the person removed the invite"),
+ N_("The nick of the person who removed the invite"),
N_("The invite mask"),
};
static char * const pevt_chanmodegen_help[] = {
- N_("The nick of the person setting the mode"),
+ N_("The nick of the person who set the mode"),
N_("The mode's sign (+/-)"),
N_("The mode letter"),
N_("The channel it's being set on"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]