diff options
author | Robby- <robby@chat.be> | 2014-06-26 22:17:51 +0200 |
---|---|---|
committer | Robby- <robby@chat.be> | 2014-06-26 22:17:51 +0200 |
commit | b0ec178e85c5fdc5ce803af17a5820b116fbe928 (patch) | |
tree | 70b93f74477fe86004d7e7af478331105f6acb91 /modules/commands/hs_request.cpp | |
parent | ff93355af851541e21218811eb46190a3eb070a3 (diff) | |
parent | f753a925ade9f3b3053b206e5cf5462d2be53b64 (diff) |
Merge pull request #84 from Zantox/2.0
Minor cs_unban Lang Update @Robby-
Updated HostServ Command English Language
Updated ChanServ Command English Language
Updated BotServ 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; |