diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 19:37:24 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-07-30 19:37:24 -0400 |
| commit | 124b8a92ec5e0ce6acf01b52a9825f48944bd2a1 (patch) | |
| tree | ae00d1acdd40c27914f95fba3a1838dfe86a0522 /phpBB/language/en/posting.php | |
| parent | 139f8e84d8bbf0f1a4b3327143603c7efeada423 (diff) | |
| parent | edb745e9516b236c370b9d1213598dfac69860c4 (diff) | |
| download | forums-124b8a92ec5e0ce6acf01b52a9825f48944bd2a1.tar forums-124b8a92ec5e0ce6acf01b52a9825f48944bd2a1.tar.gz forums-124b8a92ec5e0ce6acf01b52a9825f48944bd2a1.tar.bz2 forums-124b8a92ec5e0ce6acf01b52a9825f48944bd2a1.tar.xz forums-124b8a92ec5e0ce6acf01b52a9825f48944bd2a1.zip | |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
Diffstat (limited to 'phpBB/language/en/posting.php')
| -rw-r--r-- | phpBB/language/en/posting.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 76701aaf09..887b9c57dc 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -48,7 +48,7 @@ $lang = array_merge($lang, array( 'BBCODE_A_HELP' => 'Inline uploaded attachment: [attachment=]filename.ext[/attachment]', 'BBCODE_B_HELP' => 'Bold text: [b]text[/b]', 'BBCODE_C_HELP' => 'Code display: [code]code[/code]', - 'BBCODE_E_HELP' => 'List: Add list element', + 'BBCODE_D_HELP' => 'Flash: [flash=width,height]http://url[/flash]', 'BBCODE_F_HELP' => 'Font size: [size=85]small text[/size]', 'BBCODE_IS_OFF' => '%sBBCode%s is <em>OFF</em>', 'BBCODE_IS_ON' => '%sBBCode%s is <em>ON</em>', @@ -61,7 +61,7 @@ $lang = array_merge($lang, array( 'BBCODE_S_HELP' => 'Font colour: [color=red]text[/color] Tip: you can also use color=#FF0000', 'BBCODE_U_HELP' => 'Underline text: [u]text[/u]', 'BBCODE_W_HELP' => 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url]', - 'BBCODE_D_HELP' => 'Flash: [flash=width,height]http://url[/flash]', + 'BBCODE_Y_HELP' => 'List: Add list element', 'BUMP_ERROR' => 'You cannot bump this topic so soon after the last post.', 'CANNOT_DELETE_REPLIED' => 'Sorry but you may only delete posts which have not been replied to.', |
