Update of /cvsroot/phpwiki/phpwiki/lib/WikiDB
In directory usw-pr-cvs1:/tmp/cvs-serv30349/phpwiki/lib/WikiDB
Modified Files:
dba.php
Log Message:
sprintf fine-tuning for gettext
Index: dba.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiDB/dba.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** dba.php 2001/12/19 08:54:19 1.2
--- dba.php 2001/12/19 12:07:59 1.3
***************
*** 15,19 ****
|| preg_match('@^/tmp\b@', $dbparams['directory'])) {
$this->_warnings
! = _("DBA files are in the /tmp directory. Please read the INSTALL file and move the DB file to a permanent location or risk losing all the pages!");
}
else
--- 15,19 ----
|| preg_match('@^/tmp\b@', $dbparams['directory'])) {
$this->_warnings
! = sprintf(_("DBA files are in the %s directory. Please read the INSTALL file and move the DB file to a permanent location or risk losing all the pages!"),'/tmp');
}
else
|