From: Meik S. <acy...@ph...> - 2009-09-04 14:59:29
|
Author: acydburn Date: Fri Sep 4 15:58:44 2009 New Revision: 10104 Log: Let the user notice that downloading the files is not the end of the update process. Modified: branches/phpBB-3_0_0/phpBB/adm/style/install_update.html Modified: branches/phpBB-3_0_0/phpBB/adm/style/install_update.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/adm/style/install_update.html (original) --- branches/phpBB-3_0_0/phpBB/adm/style/install_update.html Fri Sep 4 15:58:44 2009 *************** *** 394,400 **** <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" /> </fieldset> </form> --- 394,400 ---- <fieldset class="submit-buttons"> {S_HIDDEN_FIELDS} ! <input type="submit" class="button2" value="{L_CONTINUE_UPDATE}" name="check_again" /> <input type="submit" class="button1" value="{L_DOWNLOAD}" name="download" /> </fieldset> </form> |