From: <tim...@us...> - 2010-01-24 21:06:54
|
Revision: 3323 http://web-erp.svn.sourceforge.net/web-erp/?rev=3323&view=rev Author: tim_schofield Date: 2010-01-24 21:06:26 +0000 (Sun, 24 Jan 2010) Log Message: ----------- Typo correction in string Modified Paths: -------------- trunk/api/api_xml-rpc.php trunk/doc/Change.log.html Modified: trunk/api/api_xml-rpc.php =================================================================== --- trunk/api/api_xml-rpc.php 2010-01-24 20:19:48 UTC (rev 3322) +++ trunk/api/api_xml-rpc.php 2010-01-24 21:06:26 UTC (rev 3323) @@ -945,7 +945,7 @@ unset($Description); $Description = _('This function takes a stock shipper id and returns details of that shipper.'); $Parameter[0]['name'] = _('Stock Shipper ID'); - $Parameter[0]['description'] = _('A stock location code as returned by the GetShippersList function.'); + $Parameter[0]['description'] = _('A stock shipper ID as returned by the GetShippersList function.'); $Parameter[1]['name'] = _('User name'); $Parameter[1]['description'] = _('A valid weberp username. This user should have security access to this data.'); $Parameter[2]['name'] = _('User password'); Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-01-24 20:19:48 UTC (rev 3322) +++ trunk/doc/Change.log.html 2010-01-24 21:06:26 UTC (rev 3323) @@ -1,6 +1,7 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> <p>24/01/10 Harald: api_xml-rpc.php - Typo correction in string</p> +<p>24/01/10 Harald: api_xml-rpc.php - Typo correction in string</p> <p>24/01/10 Miki: Croatian translation files</p> <p>24/01/10 Harald: api_xml-rpc.php - Typo correction in string</p> <p>23/01/10 Tim: DateFunctions.inc - Correction to DateAdd() function for the d.m.Y date format</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |