|
From: Ulf E. <ulf...@us...> - 2005-08-29 19:09:48
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15911/templates/default Modified Files: upgrade.html Log Message: Upgrade script for phpBT 1.0 to phpBT-devel (MySQL only) Index: upgrade.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/upgrade.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- upgrade.html 31 May 2005 18:50:18 -0000 1.12 +++ upgrade.html 29 Aug 2005 19:09:41 -0000 1.13 @@ -6,7 +6,7 @@ <div align="center"> <br> <br> - <?php printf(translate('This script will upgrade your database from version %s to version %s of phpBugTracker.'), '0.9.x', '1.0'); ?> + <?php printf(translate('This script will upgrade your database from version %s to version %s of phpBugTracker.'), '1.0.x', '1-devel'); ?> <br> <br> <a href="<?php echo $HTTP_SERVER_VARS['PHP_SELF']; ?>?doit=1"><?php echo translate('Do it!'); ?></a> |