diff options
author | Jens Voß <DukePyrolator@anope.org> | 2013-01-30 22:50:11 -0800 |
---|---|---|
committer | Jens Voß <DukePyrolator@anope.org> | 2013-01-30 22:50:11 -0800 |
commit | dccb0ee3138359559d3a984d4708b53154aa7082 (patch) | |
tree | d1487100ce9b1e716ab7945cef6126093dcab1dc /modules/commands/ns_set.cpp | |
parent | a62698a14a1c8b735050845b752f7a0f7175c227 (diff) | |
parent | aea86906f40775e92c5219266eef7dfdb05f6589 (diff) |
Merge pull request #5 from Robby-/1.9
Config file updates: text changes, ...
Diffstat (limited to 'modules/commands/ns_set.cpp')
-rw-r--r-- | modules/commands/ns_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_set.cpp b/modules/commands/ns_set.cpp index d37f7bf6f..e3a6162db 100644 --- a/modules/commands/ns_set.cpp +++ b/modules/commands/ns_set.cpp @@ -424,7 +424,7 @@ class CommandNSSASetDisplay : public CommandNSSetDisplay this->SendSyntax(source); source.Reply(" "); source.Reply(_("Changes the display used to refer to the nickname group in \n" - "Services. The new display MUST be a nick of your group.")); + "Services. The new display MUST be a nick of the group.")); return true; } }; |