aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index 1258e43eb3..10f4b756c4 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -38,6 +38,9 @@ $lang = array_merge($lang, array(
'BBCODE_EDITED' => 'BBCode edited successfully',
'BBCODE_INVALID_TAG_NAME' => 'The BBCode tag name that you selected is invalid',
'BBCODE_NOT_EXIST' => 'The BBCode you selected does not exist',
+ 'BBCODE_HELPLINE' => 'Helpline',
+ 'BBCODE_HELPLINE_EXPLAIN' => 'This field contains the mouseover text of the BBCode',
+ 'BBCODE_HELPLINE_TEXT' => 'Helpline text',
'BBCODE_TAG' => 'Tag',
'BBCODE_USAGE' => 'BBCode usage',
'BBCODE_USAGE_EXAMPLE' => '[colour={COLOR}]{TEXT}[/colour]<br /><br />[font={TEXT1}]{TEXT2}[/font]',