diff options
author | Zantox <jyoerger10@msn.com> | 2014-06-25 02:16:09 -0400 |
---|---|---|
committer | Zantox <jyoerger10@msn.com> | 2014-06-25 02:16:09 -0400 |
commit | 74dbfe06998a21c2375d064e9a56a1ec06b824e5 (patch) | |
tree | e0c17004bc49cb478edbdbc10b4a7ea1c517a1f0 /modules/commands/hs_request.cpp | |
parent | 3bea089793ff80b756a63e7cca05947787dd0881 (diff) |
Updated HostServ Command English Language
Diffstat (limited to 'modules/commands/hs_request.cpp')
-rw-r--r-- | modules/commands/hs_request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/hs_request.cpp b/modules/commands/hs_request.cpp index cd1a85c0a..498b51afb 100644 --- a/modules/commands/hs_request.cpp +++ b/modules/commands/hs_request.cpp @@ -171,7 +171,7 @@ class CommandHSRequest : public Command { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Request the given vHost to be actived for your nick by the\n" + source.Reply(_("Request the given vHost to be activated for your nick by the\n" "network administrators. Please be patient while your request\n" "is being considered.")); return true; |