1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 22:23:12 +02:00

hs_group: Fix grammar

This commit is contained in:
Matt Ullman
2016-01-12 09:31:58 -05:00
parent 10aeba2da2
commit d270910ace
+2 -2
View File
@@ -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);