From 33273100647a8a2c0f4f084e068ef6e61ab239cd Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Fri, 26 Aug 2005 08:31:16 +0000 Subject: [PATCH] New string (badwordsdefault) and couple of edits to do with censor filter. --- lang/en/admin.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en/admin.php b/lang/en/admin.php index 5ae5e63327d..3301705932d 100755 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -5,8 +5,9 @@ $string['adminseesallevents'] = 'Administrators see all events'; $string['adminseesownevents'] = 'Administrators are just like other users'; $string['backgroundcolour'] = 'Transparent Colour'; -$string['badwordsconfig'] = 'Enter your list of bad words separated by commas'; -$string['badwordslist'] = 'Bad Words List'; +$string['badwordsconfig'] = 'Enter your list of bad words separated by commas.'; +$string['badwordsdefault'] = 'If the custom list is empty, a default list from the language pack will be used.'; +$string['badwordslist'] = 'Custom Bad Words List'; $string['blockinstances'] = 'Instances'; $string['blockmultiple'] = 'Multiple'; $string['cachetext'] = 'Text cache lifetime';