From: Carsten K. <car...@us...> - 2001-12-16 07:33:59
|
Update of /cvsroot/phpwiki/phpwiki/lib/plugin In directory usw-pr-cvs1:/tmp/cvs-serv26328/phpwiki/lib/plugin Modified Files: MostPopular.php Log Message: minor update to enable localization Index: MostPopular.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/MostPopular.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** MostPopular.php 2001/12/15 10:54:58 1.2 --- MostPopular.php 2001/12/16 07:33:56 1.3 *************** *** 35,39 **** if (!$noheader) { $html .= QElement('p', ! sprintf("The %s most popular pages of this wiki:", $limit ? $limit : '')); } --- 35,39 ---- if (!$noheader) { $html .= QElement('p', ! sprintf(_("The %s most popular pages of this wiki:"), $limit ? $limit : '')); } |