diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-17 19:32:45 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-17 19:32:45 +0000 |
commit | b84b1d8166b07b80429c6830e0151e0c871c2cfc (patch) | |
tree | c73bdb9d0f345705f098fcc0c0978458b2ef1b48 /modules/commands/os_sxline.cpp | |
parent | 8e2fa4acdbc24d0a629b737d5dd42a31a543016d (diff) |
Misc grammar fixes.
Diffstat (limited to 'modules/commands/os_sxline.cpp')
-rw-r--r-- | modules/commands/os_sxline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/os_sxline.cpp b/modules/commands/os_sxline.cpp index 4918a1793..667cf5fdb 100644 --- a/modules/commands/os_sxline.cpp +++ b/modules/commands/os_sxline.cpp @@ -435,7 +435,7 @@ class CommandOSSNLine : public CommandOSSXLineBase 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" @@ -669,7 +669,7 @@ class CommandOSSQLine : public CommandOSSXLineBase 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" |