From: <var...@us...> - 2011-03-31 09:25:45
|
Revision: 8007 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8007&view=rev Author: vargenau Date: 2011-03-31 09:25:39 +0000 (Thu, 31 Mar 2011) Log Message: ----------- Translate string Modified Paths: -------------- trunk/lib/plugin/WikiAdminRename.php Modified: trunk/lib/plugin/WikiAdminRename.php =================================================================== --- trunk/lib/plugin/WikiAdminRename.php 2011-03-31 08:54:16 UTC (rev 8006) +++ trunk/lib/plugin/WikiAdminRename.php 2011-03-31 09:25:39 UTC (rev 8007) @@ -236,7 +236,7 @@ return HTML::form(array('action' => $request->getPostURL(), 'method' => 'post'), HTML::fieldset( - HTML::legend("Rename page"), + HTML::legend(_("Rename page")), $header, $buttons, $list, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |