summaryrefslogtreecommitdiff
path: root/modules/commands/hs_group.cpp
diff options
context:
space:
mode:
authorMatt Ullman <matt@airraidsirens.com>2016-01-12 09:31:58 -0500
committerMatt Ullman <matt@airraidsirens.com>2016-01-12 09:31:58 -0500
commitd270910aceacc808a9c26e0fd38b2f4047cc462e (patch)
tree419cc809a0cc755ed3916b58ac4d3d1a5bbde4ca /modules/commands/hs_group.cpp
parent10aeba2da208fb24702c8385aa1eed50369f03d0 (diff)
hs_group: Fix grammar
Diffstat (limited to 'modules/commands/hs_group.cpp')
-rw-r--r--modules/commands/hs_group.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/hs_group.cpp b/modules/commands/hs_group.cpp
index 232b2bef3..9924d7836 100644
--- a/modules/commands/hs_group.cpp
+++ b/modules/commands/hs_group.cpp
@@ -55,9 +55,9 @@ class CommandHSGroup : public Command
{
this->Sync(na);
if (!na->GetVhostIdent().empty())
- source.Reply(_("All vhost's in the group \002%s\002 have been set to \002%s\002@\002%s\002."), source.nc->display.c_str(), na->GetVhostIdent().c_str(), na->GetVhostHost().c_str());
+ source.Reply(_("All vhosts in the group \002%s\002 have been set to \002%s\002@\002%s\002."), source.nc->display.c_str(), na->GetVhostIdent().c_str(), na->GetVhostHost().c_str());
else
- source.Reply(_("All vhost's in the group \002%s\002 have been set to \002%s\002."), source.nc->display.c_str(), na->GetVhostHost().c_str());
+ source.Reply(_("All vhosts in the group \002%s\002 have been set to \002%s\002."), source.nc->display.c_str(), na->GetVhostHost().c_str());
}
else
source.Reply(HOST_NOT_ASSIGNED);