diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-12-27 16:04:42 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-12-27 16:04:42 +0000 |
commit | 8ec08728a6fde09c180eb79bef060fe563852e58 (patch) | |
tree | fc2fb27127348671595e3739eb835f6aa9c49d2e /phpBB | |
parent | 9b1c8531e36b9b88d676985a43e59bdf7e819516 (diff) | |
download | forums-8ec08728a6fde09c180eb79bef060fe563852e58.tar forums-8ec08728a6fde09c180eb79bef060fe563852e58.tar.gz forums-8ec08728a6fde09c180eb79bef060fe563852e58.tar.bz2 forums-8ec08728a6fde09c180eb79bef060fe563852e58.tar.xz forums-8ec08728a6fde09c180eb79bef060fe563852e58.zip |
Ticket #17705
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8287 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-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 a9a3547338..2f390dfebd 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -54,7 +54,7 @@ $lang = array_merge($lang, array( 'BBCODE_TAG_TOO_LONG' => 'The tag name you selected is too long.', 'BBCODE_TAG_DEF_TOO_LONG' => 'The tag definition that you have entered is too long, please shorten your tag definition.', 'BBCODE_USAGE' => 'BBCode usage', - 'BBCODE_USAGE_EXAMPLE' => '[hilight={COLOR}]{TEXT}[/hilight]<br /><br />[font={SIMPLETEXT1}]{SIMPLETEXT2}[/font]', + 'BBCODE_USAGE_EXAMPLE' => '[highlight={COLOR}]{TEXT}[/highlight]<br /><br />[font={SIMPLETEXT1}]{SIMPLETEXT2}[/font]', 'BBCODE_USAGE_EXPLAIN' => 'Here you define how to use the BBCode. Replace any variable input by the corresponding token (%ssee below%s).', 'EXAMPLE' => 'Example:', |