summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-08-05 22:14:03 +0000
committeradam- <adam-@5417fbe8-f217-4b02-8779-1006273d7864>2009-08-05 22:14:03 +0000
commit06c26d468c02ff938da434c01f2eb8c5c31ef4d7 (patch)
tree6700dfd729602f8ce7b8f810fd8204cdacaebfd1
parent45a35e61ebeeaf8dcd78b44cd84f6349fd744be8 (diff)
Remove unneeded escapes on characters in lang files
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2408 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--lang/en_us.l2
-rw-r--r--lang/pl.l2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/en_us.l b/lang/en_us.l
index 10b84fb53..068782079 100644
--- a/lang/en_us.l
+++ b/lang/en_us.l
@@ -2016,7 +2016,7 @@ BOT_NOT_ON_CHANNEL
# Kick reasons (must be a single line)
BOT_REASON_BADWORD
- Don't use the word \"%s\" on this channel!
+ Don't use the word "%s" on this channel!
BOT_REASON_BADWORD_GENTLE
Watch your language!
BOT_REASON_BOLD
diff --git a/lang/pl.l b/lang/pl.l
index a780b3489..e124ae624 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -2681,7 +2681,7 @@ BOT_NOT_ON_CHANNEL
# Kick reasons (must be a single line)
BOT_REASON_BADWORD
- Nie używaj słowa \"%s\" na tym kanale!
+ Nie używaj słowa "%s" na tym kanale!
BOT_REASON_BADWORD_GENTLE
Uważaj co piszesz!