From: <var...@us...> - 2011-03-02 10:15:53
|
Revision: 7945 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7945&view=rev Author: vargenau Date: 2011-03-02 10:15:46 +0000 (Wed, 02 Mar 2011) Log Message: ----------- Translate legends Modified Paths: -------------- trunk/themes/fusionforge/templates/userprefs.tmpl Modified: trunk/themes/fusionforge/templates/userprefs.tmpl =================================================================== --- trunk/themes/fusionforge/templates/userprefs.tmpl 2011-03-02 10:05:05 UTC (rev 7944) +++ trunk/themes/fusionforge/templates/userprefs.tmpl 2011-03-02 10:15:46 UTC (rev 7945) @@ -186,7 +186,7 @@ <?php } ?> <fieldset style="margin-bottom: 1em;"> -<legend><strong>User preferences for this project</strong></legend> +<legend><strong><?php echo _("User preferences for this project")?></strong></legend> <table border="0" width="100%"> <tr><td colspan="3"><h3><?php echo _("E-mail Notification")?></h3></td></tr> @@ -207,7 +207,7 @@ </fieldset> <fieldset style="margin-bottom: 1em;"> -<legend><strong>Global user preferences (for all projects)</strong></legend> +<legend><strong><?php echo _("Global user preferences (for all projects)")?></strong></legend> <table border="0" width="100%"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |