From: <var...@us...> - 2011-01-20 08:38:12
|
Revision: 7844 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7844&view=rev Author: vargenau Date: 2011-01-20 08:38:06 +0000 (Thu, 20 Jan 2011) Log Message: ----------- Translate string Modified Paths: -------------- trunk/lib/plugin/WatchPage.php Modified: trunk/lib/plugin/WatchPage.php =================================================================== --- trunk/lib/plugin/WatchPage.php 2011-01-19 18:02:22 UTC (rev 7843) +++ trunk/lib/plugin/WatchPage.php 2011-01-20 08:38:06 UTC (rev 7844) @@ -89,7 +89,7 @@ HTML::Raw(' '), Button('submit:cancel', _("Cancel")))); } - $fieldset = HTML::fieldset(HTML::legend("Watch Page"), $form); + $fieldset = HTML::fieldset(HTML::legend(_("Watch Page")), $form); return $fieldset; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |