|
From: Benjamin C. <bc...@us...> - 2004-05-21 12:26:37
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6181/templates/default Modified Files: Tag: htmltemplates upgrade.html Log Message: Fixes bug #956443 Index: upgrade.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/upgrade.html,v retrieving revision 1.10.6.1 retrieving revision 1.10.6.2 diff -u -r1.10.6.1 -r1.10.6.2 --- upgrade.html 30 Aug 2003 22:00:34 -0000 1.10.6.1 +++ upgrade.html 21 May 2004 12:26:28 -0000 1.10.6.2 @@ -6,7 +6,7 @@ <div align="center"> <br> <br> - <?php echo printf(translate('This script will upgrade your database from version %s to version %s of phpBugTracker.'), '0.8.x', '0.9.x'); ?> + <?php echo printf(translate('This script will upgrade your database from version %s to version %s of phpBugTracker.'), '0.9.x', '1.0'); ?> <br> <br> <a href="<?php echo $HTTP_SERVER_VARS['PHP_SELF']; ?>?doit=1"><?php echo translate('Do it!'); ?></a> |