[Weberp-svn] SF.net SVN: weberp:[9582] trunk
Brought to you by:
sotandeka,
tim_schofield
|
From: <tim...@us...> - 2012-09-03 15:57:21
|
Revision: 9582
http://weberp.svn.sourceforge.net/weberp/?rev=9582&view=rev
Author: tim_schofield
Date: 2012-09-03 15:57:12 +0000 (Mon, 03 Sep 2012)
Log Message:
-----------
Thomas Timothy Lie: Fix more typos in gettext strings
Modified Paths:
--------------
trunk/ContractBOM.php
trunk/Z_ChangeStockCode.php
trunk/includes/PDFSuppTransListingPageHeader.inc
Modified: trunk/ContractBOM.php
===================================================================
--- trunk/ContractBOM.php 2012-09-03 12:29:41 UTC (rev 9581)
+++ trunk/ContractBOM.php 2012-09-03 15:57:12 UTC (rev 9582)
@@ -158,7 +158,7 @@
if($_SESSION['Contract'.$identifier]->Status!=2){
$_SESSION['Contract'.$identifier]->Remove_ContractComponent($_GET['Delete']);
} else {
- prnMsg( _('The contract BOM cannot be alterned because the customer has already placed the order'),'warn');
+ prnMsg( _('The contract BOM cannot be altered because the customer has already placed the order'),'warn');
}
}
Modified: trunk/Z_ChangeStockCode.php
===================================================================
--- trunk/Z_ChangeStockCode.php 2012-09-03 12:29:41 UTC (rev 9581)
+++ trunk/Z_ChangeStockCode.php 2012-09-03 15:57:12 UTC (rev 9582)
@@ -228,7 +228,7 @@
echo '<br />' . _('Changing the contract BOM table records');
$sql = "UPDATE contractbom SET stockid='" . $_POST['NewStockID'] . "' WHERE stockid='" . $_POST['OldStockID'] . "'";
- $ErrMsg = _('The SQL to contract BOM records failed');
+ $ErrMsg = _('The SQL to update the contract BOM records failed');
$result = DB_query($sql,$db,$ErrMsg,$DbgMsg,true);
echo ' ... ' . _('completed');
Modified: trunk/includes/PDFSuppTransListingPageHeader.inc
===================================================================
--- trunk/includes/PDFSuppTransListingPageHeader.inc 2012-09-03 12:29:41 UTC (rev 9581)
+++ trunk/includes/PDFSuppTransListingPageHeader.inc 2012-09-03 15:57:12 UTC (rev 9582)
@@ -12,13 +12,13 @@
Switch ($_POST['TransType']) {
case 20:
- $TransType=_('Suppier Invoices');
+ $TransType=_('Supplier Invoices');
break;
case 21:
- $TransType=_('Suppier Credit Notes');
+ $TransType=_('Supplier Credit Notes');
break;
case 22:
- $TransType=_('Suppier Payments');
+ $TransType=_('Supplier Payments');
}
$XPos = $Left_Margin;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|