aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-08-31 14:31:25 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-08-31 14:31:25 +0000
commit83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 (patch)
treeea88ed6a11a3f3e2c4479afc5082cc49154fe2a8 /phpBB/language/en/posting.php
parent54884aa5d6ef1c556f216569393e909eae7abfd3 (diff)
downloadforums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar
forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.gz
forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.bz2
forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.tar.xz
forums-83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4.zip
stylistic fixes...
git-svn-id: file:///svn/phpbb/trunk@8074 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 6f7b273efe..35514443a6 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -44,7 +44,7 @@ $lang = array_merge($lang, array(
'BBCODE_B_HELP' => 'Bold text: [b]text[/b]',
'BBCODE_C_HELP' => 'Code display: [code]code[/code]',
'BBCODE_E_HELP' => 'List: Add list element',
- 'BBCODE_F_HELP' => 'Font size: [size=x-small]small text[/size]',
+ '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>',
'BBCODE_I_HELP' => 'Italic text: [i]text[/i]',