From: <tim...@us...> - 2010-01-24 19:03:59
|
Revision: 3319 http://web-erp.svn.sourceforge.net/web-erp/?rev=3319&view=rev Author: tim_schofield Date: 2010-01-24 19:03:53 +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 06:04:57 UTC (rev 3318) +++ trunk/api/api_xml-rpc.php 2010-01-24 19:03:53 UTC (rev 3319) @@ -311,7 +311,7 @@ unset($Description); $Description = _('This function takes a sales type abbreviation and returns details of that sales type.'); $Parameter[0]['name'] = _('Sales type abbreviation'); - $Parameter[0]['description'] = _('A currency abbreviation as returned by the GetSalesTypeList function.'); + $Parameter[0]['description'] = _('A sales type abbreviation as returned by the GetSalesTypeList 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 06:04:57 UTC (rev 3318) +++ trunk/doc/Change.log.html 2010-01-24 19:03:53 UTC (rev 3319) @@ -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>23/01/10 Tim: DateFunctions.inc - Correction to DateAdd() function for the d.m.Y date format</p> <p>21/01/10 Harald: Correct path in ReportCreator.php</p> <p>20/01/10 Tim: Remove redundant javascript calls</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |