Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv4361/phpwiki/lib/plugin
Modified Files:
PageHistory.php
Log Message:
*** empty log message ***
Index: PageHistory.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/PageHistory.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** PageHistory.php 2001/12/16 18:33:25 1.4
--- PageHistory.php 2001/12/19 14:37:52 1.5
***************
*** 202,206 ****
function getDescription () {
! return _("List PageHistory for [pagename]");
}
--- 202,206 ----
function getDescription () {
! return sprintf(_("List PageHistory for %s"),'[pagename]');
}
|