Update of /cvsroot/phpwiki/phpwiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv13767/phpwiki/lib
Modified Files:
ErrorManager.php
Log Message:
Found more strings needing gettext _() and sprintf. Error strings containing function names now use sprintf. Some debugging strings intentionally left alone.
Index: ErrorManager.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/ErrorManager.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ErrorManager.php 2001/12/13 05:06:06 1.4
--- ErrorManager.php 2001/12/28 09:53:06 1.5
***************
*** 136,140 ****
if (!empty($in_handler)) {
! echo "<p>ErrorManager: error while handling error:</p>\n";
echo $error->printError();
return;
--- 136,140 ----
if (!empty($in_handler)) {
! echo "<p>ErrorManager: "._("error while handling error:")."</p>\n";
echo $error->printError();
return;
|