diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/commands/cs_access.cpp | 4 | ||||
-rw-r--r-- | modules/commands/cs_ban.cpp | 2 | ||||
-rw-r--r-- | modules/commands/cs_enforce.cpp | 2 | ||||
-rw-r--r-- | modules/commands/cs_register.cpp | 2 | ||||
-rw-r--r-- | modules/commands/cs_set.cpp | 2 | ||||
-rw-r--r-- | modules/commands/ms_read.cpp | 4 | ||||
-rw-r--r-- | modules/commands/ms_rsend.cpp | 4 | ||||
-rw-r--r-- | modules/commands/ms_send.cpp | 2 | ||||
-rw-r--r-- | modules/commands/os_sxline.cpp | 4 | ||||
-rw-r--r-- | modules/database/db_old.cpp | 2 |
10 files changed, 14 insertions, 14 deletions
diff --git a/modules/commands/cs_access.cpp b/modules/commands/cs_access.cpp index 451df5698..0a1203ec3 100644 --- a/modules/commands/cs_access.cpp +++ b/modules/commands/cs_access.cpp @@ -687,7 +687,7 @@ class CommandCSLevels : public Command /* Don't allow disabling of the founder level. It would be hard to change it back if you don't have access to use this command */ if (what.equals_ci("FOUNDER")) { - source.Reply(_("You can not disable the founder privilege because it would be impossible to reenable it at a later time.")); + source.Reply(_("You can not disable the founder privilege because it would be impossible to re-enable it at a later time.")); return; } @@ -843,7 +843,7 @@ public: "functions to be changed. \002LEVELS DISABLE\002 (or \002DIS\002 for short)\n" "disables an automatic feature or disallows access to a\n" "function by anyone, INCLUDING the founder (although, the founder\n" - "can always reenable it). Use \002LEVELS SET founder\002 to make a level\n" + "can always re-enable it). Use \002LEVELS SET founder\002 to make a level\n" "founder only.\n" " \n" "\002LEVELS LIST\002 shows the current levels for each function or\n" diff --git a/modules/commands/cs_ban.cpp b/modules/commands/cs_ban.cpp index eae94110e..4d689a8ef 100644 --- a/modules/commands/cs_ban.cpp +++ b/modules/commands/cs_ban.cpp @@ -120,7 +120,7 @@ public: if (u != u2 && ci->HasExt("PEACE") && u2_access >= u_access && !source.HasPriv("chanserv/kick")) source.Reply(ACCESS_DENIED); /* - * Don't ban/kick the user on channels where he is excepted + * Don't ban/kick the user on channels where they are excepted * to prevent services <-> server wars. */ else if (c->MatchesList(u2, "EXCEPT")) diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp index 3e42c4166..06ddb81bd 100644 --- a/modules/commands/cs_enforce.cpp +++ b/modules/commands/cs_enforce.cpp @@ -7,7 +7,7 @@ * * Please read COPYING and README for further details. * - * Send any bug reports to the Anope Coder, as he will be able + * Send any bug reports to the Anope Coder, as they will be able * to deal with it best. */ diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index 03d37232f..22ea8cb22 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -93,7 +93,7 @@ public: "\"founder\" of the channel. The channel founder is allowed\n" "to change all of the channel settings for the channel;\n" "%s will also automatically give the founder\n" - "channel-operator privileges when s/he enters the channel."), + "channel operator privileges when they enter the channel."), source.service->nick.c_str(), source.service->nick.c_str()); BotInfo *bi; Anope::string cmd; diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index fe86b9bc2..93f08a87b 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -450,7 +450,7 @@ public: source.Reply(_("Enables or disables the \002peace\002 option for a channel.\n" "When \002peace\002 is set, a user won't be able to kick,\n" "ban or remove a channel status of a user that has\n" - "a level superior or equal to his via %s commands."), source.service->nick.c_str()); + "a level superior or equal to theirs via %s commands."), source.service->nick.c_str()); return true; } }; diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index 740243914..c0645ec3d 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -39,8 +39,8 @@ static void rsend_notify(CommandSource &source, MemoInfo *mi, Memo *m, const Ano /* Notify recipient of the memo that a notification has been sent to the sender */ - source.Reply(_("A notification memo has been sent to %s informing him/her you have\n" - "read his/her memo."), nc->display.c_str()); + source.Reply(_("A notification memo has been sent to %s informing them you have\n" + "read their memo."), nc->display.c_str()); } /* Remove receipt flag from the original memo */ diff --git a/modules/commands/ms_rsend.cpp b/modules/commands/ms_rsend.cpp index 1e756b07e..482fd4aa7 100644 --- a/modules/commands/ms_rsend.cpp +++ b/modules/commands/ms_rsend.cpp @@ -79,10 +79,10 @@ public: source.Reply(" "); source.Reply(_("Sends the named \037nick\037 or \037channel\037 a memo containing\n" "\037memo-text\037. When sending to a nickname, the recipient will\n" - "receive a notice that he/she has a new memo. The target\n" + "receive a notice that they have a new memo. The target\n" "nickname/channel must be registered.\n" "Once the memo is read by its recipient, an automatic notification\n" - "memo will be sent to the sender informing him/her that the memo\n" + "memo will be sent to the sender informing them that the memo\n" "has been read.")); return true; } diff --git a/modules/commands/ms_send.cpp b/modules/commands/ms_send.cpp index fa641853a..430a06155 100644 --- a/modules/commands/ms_send.cpp +++ b/modules/commands/ms_send.cpp @@ -65,7 +65,7 @@ public: source.Reply(" "); source.Reply(_("Sends the named \037nick\037 or \037channel\037 a memo containing\n" "\037memo-text\037. When sending to a nickname, the recipient will\n" - "receive a notice that he/she has a new memo. The target\n" + "receive a notice that they have a new memo. The target\n" "nickname/channel must be registered.")); return true; } diff --git a/modules/commands/os_sxline.cpp b/modules/commands/os_sxline.cpp index 09a005ae4..229d6dbd2 100644 --- a/modules/commands/os_sxline.cpp +++ b/modules/commands/os_sxline.cpp @@ -433,7 +433,7 @@ public: source.Reply(" "); source.Reply(_("Allows Services Operators to manipulate the SNLINE list. If\n" "a user with a realname matching an SNLINE mask attempts to\n" - "connect, services will not allow it to pursue his IRC\n" + "connect, services will not allow them to pursue their IRC\n" "session.")); source.Reply(_(" \n" "\002SNLINE ADD\002 adds the given realname mask to the SNLINE\n" @@ -662,7 +662,7 @@ public: source.Reply(" "); source.Reply(_("Allows Services Operators to manipulate the SQLINE list. If\n" "a user with a nick matching an SQLINE mask attempts to\n" - "connect, services will not allow it to pursue his IRC\n" + "connect, services will not allow them to pursue their IRC\n" "session.\n" "If the first character of the mask is #, services will\n" "prevent the use of matching channels. If the mask is a\n" diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 9f188450f..21f45185d 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -130,7 +130,7 @@ enum LANG_JA_EUC, /* Japanese (EUC encoding) */ LANG_JA_SJIS, /* Japanese (SJIS encoding) */ LANG_ES, /* Spanish */ - LANG_PT, /* Portugese */ + LANG_PT, /* Portuguese */ LANG_FR, /* French */ LANG_TR, /* Turkish */ LANG_IT, /* Italian */ |