summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2012-01-20 15:03:49 +0000
committerlethality <lethality@anope.org>2012-01-20 15:03:49 +0000
commita851f849df5d12a5c559364b81fd101cc0d1d355 (patch)
tree6f48d12faaa3416a5e8e7b1451d73f20cf8e5b1f
parenta270a13010f4748e6b89bb4d8aa3872e760973eb (diff)
Corrected some incorrect English
-rw-r--r--modules/commands/bs_kick.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/commands/bs_kick.cpp b/modules/commands/bs_kick.cpp
index e834cd3a0..80dda302d 100644
--- a/modules/commands/bs_kick.cpp
+++ b/modules/commands/bs_kick.cpp
@@ -305,12 +305,12 @@ class CommandBSKick : public Command
ci->botflags.SetFlag(BS_KICK_REPEAT);
if (ci->ttb[TTB_REPEAT])
- source.Reply(_("Bot will now kick \002repeats\002 (users that say %d times\n"
- "the same thing), and will place a ban after %d \n"
+ source.Reply(_("Bot will now kick \002repeats\002 (users that say the\n"
+ "same thing %d times), and will place a ban after %d \n"
"kicks for the same user."), ci->repeattimes, ci->ttb[TTB_REPEAT]);
else
- source.Reply(_("Bot will now kick \002repeats\002 (users that say %d times\n"
- "the same thing)."), ci->repeattimes);
+ source.Reply(_("Bot will now kick \002repeats\002 (users that say the\n"
+ "same thing %d times)."), ci->repeattimes);
}
else
{