1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 17:03:12 +02:00

Fixed grammar problem in cs_clone

This commit is contained in:
Adam
2011-08-14 22:10:17 -04:00
parent 2e7bd6498f
commit f43287f43d
+2 -2
View File
@@ -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;
}