From: Carsten K. <car...@us...> - 2001-12-21 08:05:20
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory usw-pr-cvs1:/tmp/cvs-serv3573/phpwiki/lib Modified Files: diff.php Log Message: upgraded one line to use sprintf for localization Index: diff.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/diff.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** diff.php 2001/12/19 05:07:14 1.23 --- diff.php 2001/12/21 08:05:17 1.24 *************** *** 170,174 **** $linked_version = QElement('a', array('href' => $url), $rev->getVersion()); $cols .= Element('td', ! _("version") . " " . $linked_version); $cols .= QElement('td', --- 170,174 ---- $linked_version = QElement('a', array('href' => $url), $rev->getVersion()); $cols .= Element('td', ! sprintf(_("version %d"),$linked_version)); $cols .= QElement('td', |