CVS update: /cowiki/htdocs/setup/class/task/
[email protected] 12 May 2005 17:05:08 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/12 10:05:08 Modified: cowiki/htdocs/setup/class/task/class.TaskMigrator.php Log: Text changes File Changes: Directory: /cowiki/htdocs/setup/class/task/ =========================================== File [changed]: class.TaskMigrator.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/class/task/class.TaskMigrator.php?r1=1.6&r2=1.7 Delta lines: +9 -8 ------------------- --- class.TaskMigrator.php 8 May 2005 00:58:51 -0000 1.6 +++ class.TaskMigrator.php 12 May 2005 17:05:06 -0000 1.7 @@ -2,7 +2,7 @@ /** * - * $Id: class.TaskMigrator.php,v 1.6 2005/05/08 00:58:51 dgorski Exp $ + * $Id: class.TaskMigrator.php,v 1.7 2005/05/12 17:05:06 dgorski Exp $ * * This file is part of coWiki. coWiki is free software under the terms of * the GNU General Public License (GPL). Read the LICENSE file. If you did @@ -17,7 +17,7 @@ * @author Daniel T. Gorski, <[email protected]> * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} * @license http://www.gnu.org/licenses/gpl.html - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ * */ @@ -116,7 +116,7 @@ $sStr .= ' border="0">'; $sStr .= '<tr>'; $sStr .= '<td>'; - $sStr .= 'Your coWiki installation is not uptodate. '; + $sStr .= 'Your coWiki installation is not up-to-date. '; if ($nCount == 1) { $sStr .= 'Following update is pending:'; @@ -190,11 +190,12 @@ $sStr .= '<td> </td>'; $sStr .= '<td class="warn">'; $sStr .= 'Before you proceed, make sure that you - have a backup of your database (or better - of your whole coWiki application) at - least at THIS POINT, as these updates - might fail under unfortunate circumstances. - No warranty here, do not complain!'; + have a backup of your <i>complete</i> + database (and additionally of your whole + coWiki application) at least at THIS POINT, + as these updates might fail under + unfortunate circumstances. No warranty + here, do not complain!'; $sStr .= '</td>'; $sStr .= '</tr>'; $sStr .= '</table>';