diff options
author | Adam <Adam@anope.org> | 2016-10-10 14:45:36 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-10 14:45:36 -0400 |
commit | 696239e93391f3dfd6459857fb02a6006048093a (patch) | |
tree | 91f3ee9a9407d78f82213a5233f1572f5ca727a2 /modules/hostserv/request.cpp | |
parent | 257156c10a918bf9ba4eb7ca4baf043095a5f369 (diff) |
hostserv/request: grammar fail
Diffstat (limited to 'modules/hostserv/request.cpp')
-rw-r--r-- | modules/hostserv/request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/request.cpp b/modules/hostserv/request.cpp index dcaed4913..47914ee0e 100644 --- a/modules/hostserv/request.cpp +++ b/modules/hostserv/request.cpp @@ -215,7 +215,7 @@ class CommandHSRequest : public Command unsigned int max_vhosts = Config->GetModule("hostserv/main")->Get<unsigned int>("max_vhosts"); if (max_vhosts && max_vhosts >= u->Account()->GetRefs<HostServ::VHost *>().size()) { - source.Reply(_("You already has the maximum number of vhosts allowed (\002{0}\002)."), max_vhosts); + source.Reply(_("You already have the maximum number of vhosts allowed (\002{0}\002)."), max_vhosts); return; } |