Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv10018/phpwiki/lib
Modified Files:
prepend.php
Log Message:
very minor gettext & sprintf cleanups
Index: prepend.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/prepend.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** prepend.php 2001/12/21 00:50:51 1.6
--- prepend.php 2001/12/28 09:46:00 1.7
***************
*** 29,33 ****
if(!empty($errormsg)) {
! print "<p /><hr /><h2>" . gettext("WikiFatalError") . "</h2>\n";
if (is_string($errormsg))
--- 29,33 ----
if(!empty($errormsg)) {
! print "<p /><hr /><h2>" . _("WikiFatalError") . "</h2>\n";
if (is_string($errormsg))
|