diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-31 14:31:25 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-31 14:31:25 +0000 |
commit | 83c83e0e6cb6efb6ae408a5b1a7afd77d57a63b4 (patch) | |
tree | ea88ed6a11a3f3e2c4479afc5082cc49154fe2a8 /phpBB/language/en | |
parent | 54884aa5d6ef1c556f216569393e909eae7abfd3 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/language/en/email/forum_notify.txt | 2 | ||||
-rw-r--r-- | phpBB/language/en/posting.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/email/forum_notify.txt b/phpBB/language/en/email/forum_notify.txt index 090782091e..b3e79e17a9 100644 --- a/phpBB/language/en/email/forum_notify.txt +++ b/phpBB/language/en/email/forum_notify.txt @@ -10,7 +10,7 @@ If you want to view the topic, click the following link: {U_TOPIC} If you want to view the forum, click the following link: -{U_TOPIC} +{U_FORUM} If you no longer wish to watch this forum you can either click the "Unsubscribe forum" link found in the forum above, or by clicking the following link: 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]', |