aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-09-05 13:33:18 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-09-05 13:33:18 +0000
commitfeee13f9621f6bed42e55207eb04a13e6c77deb5 (patch)
tree0049c8c969237f77de470fc717665cf8b0e7b78d /phpBB/language/en/acp/posting.php
parente2863ca2a3150eeb8a5b6e29f9f5e6773ed38237 (diff)
downloadforums-feee13f9621f6bed42e55207eb04a13e6c77deb5.tar
forums-feee13f9621f6bed42e55207eb04a13e6c77deb5.tar.gz
forums-feee13f9621f6bed42e55207eb04a13e6c77deb5.tar.bz2
forums-feee13f9621f6bed42e55207eb04a13e6c77deb5.tar.xz
forums-feee13f9621f6bed42e55207eb04a13e6c77deb5.zip
fixing some language and style bugs...
git-svn-id: file:///svn/phpbb/trunk@8079 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 2f995dc91d..b1f01204fa 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -217,7 +217,7 @@ $lang = array_merge($lang, array(
// Disallow Usernames
$lang = array_merge($lang, array(
- 'ACP_DISALLOW_EXPLAIN' => 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it.',
+ 'ACP_DISALLOW_EXPLAIN' => 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it.',
'ADD_DISALLOW_EXPLAIN' => 'You can disallow a username using the wildcard character * to match any character.',
'ADD_DISALLOW_TITLE' => 'Add a disallowed username',