mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
#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
This commit is contained in:
parent
3c5b06f8aa
commit
133623f6cf
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue