From 06c26d468c02ff938da434c01f2eb8c5c31ef4d7 Mon Sep 17 00:00:00 2001 From: adam- Date: Wed, 5 Aug 2009 22:14:03 +0000 Subject: [PATCH] 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 --- lang/en_us.l | 2 +- lang/pl.l | 2 +- 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!