diff options
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index ac7f9c1880..25cd2a674a 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -402,7 +402,8 @@ $lang = array( 'BBCODE_U_HELP' => 'Underline text: [u]text[/u] (alt+u)', 'BBCODE_Q_HELP' => 'Quote text: [quote]text[/quote] (alt+q)', 'BBCODE_C_HELP' => 'Code display: [code]code[/code] (alt+c)', - 'BBCODE_L_HELP' => 'List: [list]text[/list] (alt+l)', + 'BBCODE_L_HELP' => 'List: [list]text[/list] (alt+l)', + 'BBCODE_E_HELP' => 'List: Add list element', 'BBCODE_O_HELP' => 'Ordered list: [list=]text[/list] (alt+o)', 'BBCODE_P_HELP' => 'Insert image: [img]http://image_url[/img] (alt+p)', 'BBCODE_W_HELP' => 'Insert URL: [url]http://url[/url] or [url=http://url]URL text[/url] (alt+w)', |
