aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-05-22 21:32:26 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-05-22 21:32:26 +0000
commit3899e337e6c089b8399c7d3f8609bc467c64ab74 (patch)
treefc3c17683d1e884199a7bba8793fc91ddf1a9ede /phpBB/language/en/posting.php
parent648399cff3da5528dd747e7bbf0c57b0e7552da9 (diff)
downloadforums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar.gz
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar.bz2
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.tar.xz
forums-3899e337e6c089b8399c7d3f8609bc467c64ab74.zip
#11255
#11259 #11291 #11335 #11457 #11473 #11475 #11511 #11523 #11527 git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r--phpBB/language/en/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 480a95c392..edba14a434 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -49,7 +49,7 @@ $lang = array_merge($lang, array(
'BBCODE_IS_ON' => '%sBBCode%s is <em>ON</em>',
'BBCODE_I_HELP' => 'Italic text: [i]text[/i]',
'BBCODE_L_HELP' => 'List: [list]text[/list]',
- 'BBCODE_LISTITEM_HELP' => 'List item: [*]text[/*]',
+ 'BBCODE_LISTITEM_HELP' => 'List item: [*]text[/*]',
'BBCODE_O_HELP' => 'Ordered list: [list=]text[/list]',
'BBCODE_P_HELP' => 'Insert image: [img]http://image_url[/img]',
'BBCODE_Q_HELP' => 'Quote text: [quote]text[/quote]',