Update of /cvsroot/phpwiki/phpwiki/lib/plugin
In directory usw-pr-cvs1:/tmp/cvs-serv30263/phpwiki/lib/plugin
Modified Files:
LikePages.php
Log Message:
sprintf fine-tuning for gettext
Index: LikePages.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/plugin/LikePages.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** LikePages.php 2001/12/16 19:35:35 1.4
--- LikePages.php 2001/12/19 12:07:38 1.5
***************
*** 14,18 ****
function getDescription() {
! return _("List LikePages for [pagename]");
}
--- 14,18 ----
function getDescription() {
! return sprintf(_("List LikePages for %s"),'[pagename]');
}
|