aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-03-12 16:34:40 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-03-12 16:34:40 +0000
commitb5125ea70bd406ab40ebd2b58fb13e5b7e87b292 (patch)
treea075ccd4d71d985aa7d3c7caf9d420fcb3c4ec26 /phpBB/language
parent170534e631c5c133865ece025aa3b52fa5290f10 (diff)
downloadforums-b5125ea70bd406ab40ebd2b58fb13e5b7e87b292.tar
forums-b5125ea70bd406ab40ebd2b58fb13e5b7e87b292.tar.gz
forums-b5125ea70bd406ab40ebd2b58fb13e5b7e87b292.tar.bz2
forums-b5125ea70bd406ab40ebd2b58fb13e5b7e87b292.tar.xz
forums-b5125ea70bd406ab40ebd2b58fb13e5b7e87b292.zip
Insert [*] when clicking list button (is my approach user friendly ?)
git-svn-id: file:///svn/phpbb/trunk@3635 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/lang_main.php3
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)',