aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-03-16 16:47:16 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-03-16 16:47:16 +0000
commit133623f6cf27bf5fcb8c3f4d10a7edf65bbfb8ec (patch)
tree34d78e756b4e2a43c3590008bb1ea14ef81c8edb /phpBB/language/en/acp/posting.php
parent3c5b06f8aa65161334ecc00e3e7ec2f9b6e4565d (diff)
downloadforums-133623f6cf27bf5fcb8c3f4d10a7edf65bbfb8ec.tar
forums-133623f6cf27bf5fcb8c3f4d10a7edf65bbfb8ec.tar.gz
forums-133623f6cf27bf5fcb8c3f4d10a7edf65bbfb8ec.tar.bz2
forums-133623f6cf27bf5fcb8c3f4d10a7edf65bbfb8ec.tar.xz
forums-133623f6cf27bf5fcb8c3f4d10a7edf65bbfb8ec.zip
#42375 - correctly state what happens (word censors not affecting usernames for registration)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9375 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index 66ce911ff6..01453b85ef 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -185,7 +185,7 @@ $lang = array_merge($lang, array(
// Word censors
$lang = array_merge($lang, array(
- 'ACP_WORDS_EXPLAIN' => 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. In addition people will not be allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, e.g. *test* will match detestable, test* would match testing, *test would match detest.',
+ 'ACP_WORDS_EXPLAIN' => 'From this control panel you can add, edit, and remove words that will be automatically censored on your forums. People are still allowed to register with usernames containing these words. Wildcards (*) are accepted in the word field, e.g. *test* will match detestable, test* would match testing, *test would match detest.',
'ADD_WORD' => 'Add new word',
'EDIT_WORD' => 'Edit word censor',