From f43287f43dfc605e2138ba3bc30a38d40ea2e1c5 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 14 Aug 2011 22:10:17 -0400 Subject: Fixed grammar problem in cs_clone --- modules/commands/cs_clone.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/commands/cs_clone.cpp') diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index 8f3d63349..b07c61923 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -170,8 +170,8 @@ public: this->SendSyntax(source); source.Reply(" "); source.Reply(_("Copies all settings, access, akicks, etc from channel to the\n" - "target channel. If \037what\037 is access, akick, or badwords is\n" - "specified then only the respective settings are transferred.\n" + "target channel. If \037what\037 is access, akick, or badwords\n" + "then only the respective settings are transferred.\n" "You must be the founder of \037channel\037 and \037target\037.")); return true; } -- cgit