diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-29 01:18:57 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-04-29 01:18:57 +0000 |
commit | 7bc05c5e24ca632f3aa5dfd1fe1e6bd145f9d34c (patch) | |
tree | 9dc3802635b2309fa5f8cb96e46ac5cae4a88b00 /phpBB/language/en/posting.php | |
parent | 656274cd5798ef9e62c23cdf0c3c1d66d612263d (diff) | |
download | forums-7bc05c5e24ca632f3aa5dfd1fe1e6bd145f9d34c.tar forums-7bc05c5e24ca632f3aa5dfd1fe1e6bd145f9d34c.tar.gz forums-7bc05c5e24ca632f3aa5dfd1fe1e6bd145f9d34c.tar.bz2 forums-7bc05c5e24ca632f3aa5dfd1fe1e6bd145f9d34c.tar.xz forums-7bc05c5e24ca632f3aa5dfd1fe1e6bd145f9d34c.zip |
- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.
git-svn-id: file:///svn/phpbb/trunk@5858 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/posting.php')
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php index 692c43a3fe..3ff773ab20 100644 --- a/phpBB/language/en/posting.php +++ b/phpBB/language/en/posting.php @@ -39,7 +39,7 @@ $lang = array_merge($lang, array( 'ATTACH_SIG' => 'Attach a signature (signatures can be altered via the UCP)', 'BBCODE_A_HELP' => 'Close all open bbCode tags', - 'BBCODE_B_HELP' => 'Bold text: [b]text[/b] (alt+b)', + 'BBCODE_B_HELP' => 'Bold text: [b]text[/b] \' (alt+b)', 'BBCODE_C_HELP' => 'Code display: [code]code[/code] (alt+c)', 'BBCODE_E_HELP' => 'List: Add list element', 'BBCODE_F_HELP' => 'Font size: [size=x-small]small text[/size]', |