[0000104] minor language updates in a few sales files
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 2 Jan 2009 08:59:29 +0000 (08:59 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 2 Jan 2009 08:59:29 +0000 (08:59 +0000)
CHANGELOG.txt
sales/customer_invoice.php

index f332bb6f25799bcea3a6739b384d79199648de2c..3e4a02179028bd62a137aac60163d5159d09bf06 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+02-Jan-2009 Joe Hunt
+# [0000104] minor language updates in a few sales files 
+$ /sales/customer_invoice.php
+
 23-Dec-2008 Joe Hunt
 # Fixed an accounting sync in GL when adding bank account transactions (no customer/supplier trans)
 $ /gl/includes/db/gl_db_banking.inc
index 35d59fb78a7fff8c205169bb834ca1b7c0fa2aa8..a903b9277a92b8a3f9538f835bbe79456a534f0a 100644 (file)
@@ -115,7 +115,7 @@ if ( (isset($_GET['DeliveryNumber']) && ($_GET['DeliveryNumber'] > 0) )
 } elseif (isset($_GET['ModifyInvoice']) && $_GET['ModifyInvoice'] > 0) {
 
        if ( get_parent_trans(10, $_GET['ModifyInvoice']) == 0) { // 1.xx compatibility hack
-               echo"<center><br><b>" . _("There in no delivery notes for this invoice.<br>
+               echo"<center><br><b>" . _("There are no delivery notes for this invoice.<br>
                Most likely this invoice was created in Front Accounting version prior to 2.0
                and therefore can not be modified.") . "</b></center>";
                display_footer_exit();