diff options
author | David M <davidmj@users.sourceforge.net> | 2006-06-10 16:51:24 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-06-10 16:51:24 +0000 |
commit | 4613de6f8746ce8ac4edd8e49f53c845394cff4f (patch) | |
tree | 8e401711bfbacc8ea338a69b0a67df72ba45ff0a /phpBB/language/en/acp/posting.php | |
parent | 6bbeda945047a80fc6542c19bdff17e3f97a8fd0 (diff) | |
download | forums-4613de6f8746ce8ac4edd8e49f53c845394cff4f.tar forums-4613de6f8746ce8ac4edd8e49f53c845394cff4f.tar.gz forums-4613de6f8746ce8ac4edd8e49f53c845394cff4f.tar.bz2 forums-4613de6f8746ce8ac4edd8e49f53c845394cff4f.tar.xz forums-4613de6f8746ce8ac4edd8e49f53c845394cff4f.zip |
- BBCode bugs
- PostgreSQL now gives us database info (if you are running 8.1 or have the dbsize contrib module installed)
git-svn-id: file:///svn/phpbb/trunk@6042 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index e26400d1a4..aa6514d773 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -31,7 +31,7 @@ if (empty($lang) || !is_array($lang)) // BBCodes // Note to translators: you can translate everything but what's between { and } $lang = array_merge($lang, array( - 'ACP_BBCODES_EXPLAIN' => 'BBCode is a special implementation of HTML offering greater control over what and how something is displayed. Additionnally, you can save users from typing sometimes very long HTML code by providing them a single BBCode as replacement. From this page you can add, remove and edit custom BBCodes', + 'ACP_BBCODES_EXPLAIN' => 'BBCode is a special implementation of HTML offering greater control over what and how something is displayed. From this page you can add, remove and edit custom BBCodes', 'ADD_BBCODE' => 'Add a new BBCode', 'BBCODE_ADDED' => 'BBCode added successfully', |