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