Merging latest changes from stable branch up to 2.3.24
[fa-stable.git] / reporting / rep205.php
index f6da337f05d83671e928acec5f14312742a1e55f..d2f500b3957d5f2f85fa4c599ba443dc5d35f7b7 100644 (file)
@@ -176,7 +176,7 @@ function print_supplier_details_listing()
                        {
                                $oldrow = $rep->row;
                                $rep->NewLine();
-                               $rep->TextColLines(1, 2, _("Gereral Notes:")." ".$myrow['notes'], -2);
+                               $rep->TextColLines(1, 2, _("General Notes:")." ".$myrow['notes'], -2);
                                $newrow = $rep->row;
                                $rep->row = $oldrow;
                        }       
@@ -206,4 +206,3 @@ function print_supplier_details_listing()
     $rep->End();
 }
 
-?>
\ No newline at end of file