aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-06-28 14:55:48 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-06-28 14:55:48 +0000
commitf9ea21a0836301bc21b8f1288695767cd15543ab (patch)
tree2f1c05ec6ab9300be2904e76479d0858ea8f48b8 /phpBB/language
parentd57a16ad6964cc76843b7571f29c999ab6d8577a (diff)
downloadforums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar.gz
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar.bz2
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.tar.xz
forums-f9ea21a0836301bc21b8f1288695767cd15543ab.zip
fixing some bugs
git-svn-id: file:///svn/phpbb/trunk@7805 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-xphpBB/language/en/install.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index c81b5c9f7b..9bfb8063f6 100755
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -485,16 +485,16 @@ $lang = array_merge($lang, array(
<h1>Release announcement</h1>
- <p>Please read <a href="%1$s" title="%1$s">the release announcement for the latest version</a> before you continue your update process, it may contain useful information. It also contains full download links as well as the change log.</p>
+ <p>Please read <a href="%1$s" title="%1$s"><strong>the release announcement for the latest version</strong></a> before you continue your update process, it may contain useful information. It also contains full download links as well as the change log.</p>
<br />
- <h1>How to update your installation</h1>
+ <h1>How to update your installation with the Automatic Update Package</h1>
- <p>The recommended way of updating your installation only takes the following steps:</p>
+ <p>The recommended way of updating your installation listed here is only valid for the automatic update package. You are also able to update your installation using the methods listed within the INSTALL.html document. The steps for updating phpBB3 automatically are:</p>
<ul style="margin-left: 20px; font-size: 1.1em;">
- <li>Go to the <a href="http://www.phpbb.com/downloads/" title="http://www.phpbb.com/downloads/">phpBB.com downloads page</a> and download the correct "phpBB Update Package" archive.<br /><br /></li>
+ <li>Go to the <a href="http://www.phpbb.com/downloads/" title="http://www.phpbb.com/downloads/">phpBB.com downloads page</a> and download the "Automatic Update Package" archive.<br /><br /></li>
<li>Unpack the archive.<br /><br /></li>
<li>Upload the complete uncompressed install folder to your phpBB root directory (where your config.php file is).<br /><br /></li>
</ul>
@@ -502,7 +502,7 @@ $lang = array_merge($lang, array(
<p>Once uploaded your board will be offline for normal users due to the install directory you uploaded now present.<br /><br />
<strong><a href="%2$s" title="%2$s">Now start the update process by pointing your browser to the install folder</a>.</strong><br />
<br />
- You will then be guided through the update process. You will be notified after the update is complete.
+ You will then be guided through the update process. You will be notified once the update is complete.
</p>
',
'UPDATE_METHOD' => 'Update method',