diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-04 14:58:44 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-09-04 14:58:44 +0000 |
commit | d90e775f0e1ba2744fed662744b5b3570db9b425 (patch) | |
tree | 4d4f9c09da073ac7a26d711d5b4ebdb2edfdcd25 /phpBB/adm/style | |
parent | 295fb5373ae0a37bfbc36a4461dc3ed2c3cbf9cb (diff) | |
download | forums-d90e775f0e1ba2744fed662744b5b3570db9b425.tar forums-d90e775f0e1ba2744fed662744b5b3570db9b425.tar.gz forums-d90e775f0e1ba2744fed662744b5b3570db9b425.tar.bz2 forums-d90e775f0e1ba2744fed662744b5b3570db9b425.tar.xz forums-d90e775f0e1ba2744fed662744b5b3570db9b425.zip |
Let the user notice that downloading the files is not the end of the update process.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10104 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/install_update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index 0260fdf9cb..4b89537acb 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -394,7 +394,7 @@ <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS} - <input type="submit" class="button2" value="{L_CHECK_FILES_AGAIN}" name="check_again" /> <input type="submit" class="button1" value="{L_DOWNLOAD}" name="download" /> + <input type="submit" class="button2" value="{L_CONTINUE_UPDATE}" name="check_again" /> <input type="submit" class="button1" value="{L_DOWNLOAD}" name="download" /> </fieldset> </form> |