aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-12-27 16:04:42 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-12-27 16:04:42 +0000
commitbf2741ca804d4a5290393c1a6bbcc11faed6bd9f (patch)
tree3cba1c72781be915ecf728343774ab05f47b7461
parent253c07733ea4ad887682ddc94390f88dc4013fcc (diff)
downloadforums-bf2741ca804d4a5290393c1a6bbcc11faed6bd9f.tar
forums-bf2741ca804d4a5290393c1a6bbcc11faed6bd9f.tar.gz
forums-bf2741ca804d4a5290393c1a6bbcc11faed6bd9f.tar.bz2
forums-bf2741ca804d4a5290393c1a6bbcc11faed6bd9f.tar.xz
forums-bf2741ca804d4a5290393c1a6bbcc11faed6bd9f.zip
Ticket #17705
git-svn-id: file:///svn/phpbb/trunk@8287 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 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:',