From: <tim...@us...> - 2010-01-24 20:13:05
|
Revision: 3321 http://web-erp.svn.sourceforge.net/web-erp/?rev=3321&view=rev Author: tim_schofield Date: 2010-01-24 20:12:56 +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:04:35 UTC (rev 3320) +++ trunk/api/api_xml-rpc.php 2010-01-24 20:12:56 UTC (rev 3321) @@ -377,7 +377,7 @@ unset($Parameter); unset($ReturnValue); unset($Description); - $Description = _('This function takes a hold reason code and returns details of that sales type.'); + $Description = _('This function takes a hold reason code and returns details of that hold reason.'); $Parameter[0]['name'] = _('Hold reason code'); $Parameter[0]['description'] = _('A hold reason abbreviation as returned by the GetHoldReasonList function.'); $Parameter[1]['name'] = _('User name'); Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-01-24 20:04:35 UTC (rev 3320) +++ trunk/doc/Change.log.html 2010-01-24 20:12:56 UTC (rev 3321) @@ -1,5 +1,6 @@ <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 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. |