From: <rc...@us...> - 2015-01-17 03:32:48
|
Revision: 7082 http://sourceforge.net/p/web-erp/reponame/7082 Author: rchacon Date: 2015-01-17 03:32:38 +0000 (Sat, 17 Jan 2015) Log Message: ----------- Standardise RevisionTranslations.php's titles to Stocks.php's titles. Modified Paths: -------------- trunk/RevisionTranslations.php trunk/doc/Change.log Modified: trunk/RevisionTranslations.php =================================================================== --- trunk/RevisionTranslations.php 2015-01-17 03:14:28 UTC (rev 7081) +++ trunk/RevisionTranslations.php 2015-01-17 03:32:38 UTC (rev 7082) @@ -58,8 +58,8 @@ echo '<tr> <th>' . _('Code') . '</th> <th>' . _('Language') . '</th> - <th>' . _('Description') . '</th> - <th>' . _('Long Description') . '</th> + <th>' . _('Part Description (short)') . '</th> + <th>' . _('Part Description (long)') . '</th> <th>' . _('Revised?') . '</th> </tr>'; Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2015-01-17 03:14:28 UTC (rev 7081) +++ trunk/doc/Change.log 2015-01-17 03:32:38 UTC (rev 7082) @@ -1,5 +1,6 @@ webERP Change Log +16/01/15 RChacon: Standardise RevisionTranslations.php's titles to Stocks.php's titles. 16/01/15 RChacon: Inserts HTML line breaks before all newlines in the default language's long description. 12/1/15 Exson: Remove redundant code from Prices.php. 12/1/15 Exson: Fixed bug in Z_AutoCustomerAllocations.php to make it workable. |