diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-05 11:36:51 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-05 11:36:51 +0000 |
commit | 23de8dd0ce9249105711dfbf2d28e7042476af8b (patch) | |
tree | 47d86d92570cda72ea6e942e434f84a7b4bd6e1e /phpBB/adm | |
parent | 5c7dcec0738c8c99535a0789a357e4f92a8dad9f (diff) | |
download | forums-23de8dd0ce9249105711dfbf2d28e7042476af8b.tar forums-23de8dd0ce9249105711dfbf2d28e7042476af8b.tar.gz forums-23de8dd0ce9249105711dfbf2d28e7042476af8b.tar.bz2 forums-23de8dd0ce9249105711dfbf2d28e7042476af8b.tar.xz forums-23de8dd0ce9249105711dfbf2d28e7042476af8b.zip |
make it obvious that even if the files got uploaded on an update that it is not finished yet... by replacing "Check files again" with "Continue update now"
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9177 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-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 2448f1d39b..c0dc185361 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -63,7 +63,7 @@ <p>{L_UPDATE_SUCCESS_EXPLAIN}</p> <fieldset class="submit-buttons"> - <input class="button1" type="submit" name="check_again" value="{L_CHECK_FILES_AGAIN}" /> + <input class="button1" type="submit" name="check_again" value="{L_CONTINUE_UPDATE}" /> </fieldset> </form> |