From: <Ex...@us...> - 2012-03-01 23:30:06
|
Revision: 4999 http://web-erp.svn.sourceforge.net/web-erp/?rev=4999&view=rev Author: ExsonQu Date: 2012-03-01 23:29:59 +0000 (Thu, 01 Mar 2012) Log Message: ----------- March 2, 2012 Add gettext function to string (New Component Details) at BOMs.php. Report and fixed by James Dupin Modified Paths: -------------- trunk/BOMs.php Modified: trunk/BOMs.php =================================================================== --- trunk/BOMs.php 2012-03-01 09:08:34 UTC (rev 4998) +++ trunk/BOMs.php 2012-03-01 23:29:59 UTC (rev 4999) @@ -610,7 +610,7 @@ */ echo '<table class="selection">'; echo '<tr> - <th colspan="13"><div class="centre"><font color="blue" size="3"><b>' . ('New Component Details') .'</font></b></th> + <th colspan="13"><div class="centre"><font color="blue" size="3"><b>' . _('New Component Details') .'</font></b></th> </tr>'; echo '<tr> <td>' . _('Component code') . ':</td> @@ -906,4 +906,4 @@ } //end StockID already selected include('includes/footer.inc'); -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |