diff --git a/zone/gm_commands/bind.cpp b/zone/gm_commands/bind.cpp index 4c1b56644..f90e131af 100755 --- a/zone/gm_commands/bind.cpp +++ b/zone/gm_commands/bind.cpp @@ -16,7 +16,7 @@ void command_bind(Client *c, const Seperator *sep) ); if (!bind_allowed) { - c->Message(Chat::White, "Yu cannot bind here."); + c->Message(Chat::White, "You cannot bind here."); return; }