aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-01-11 05:44:22 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-01-11 05:44:22 +0000
commit3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2 (patch)
tree95a8f3fedd9034172fc0397b710515ae14488f42 /phpBB/language/en/acp/posting.php
parent7c18792a6e2c3481ec073828039c31c18d922167 (diff)
downloadforums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.gz
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.bz2
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.tar.xz
forums-3a2a61baa4642eb91d2003ac47c8dc91ad9e1ef2.zip
#6772
- some other random things git-svn-id: file:///svn/phpbb/trunk@6880 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index cb16abfe47..f1aaa7c4b4 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -45,7 +45,8 @@ $lang = array_merge($lang, array(
'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected already exists.',
'BBCODE_OPEN_ENDED_TAG' => 'Your custom BBCode must contain both an opening and a closing tag.',
'BBCODE_TAG' => 'Tag',
- 'BBCODE_TAG_TOO_LONG' => 'The tag definition that you have entered is too long, please shorten your tag definition.',
+ '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' => '[colour={COLOR}]{TEXT}[/colour]<br /><br />[font={TEXT1}]{TEXT2}[/font]',
'BBCODE_USAGE_EXPLAIN' => 'Here you define how to use the bbcode. Replace any variable input by the corresponding token (%ssee below%s)',