X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep205.php;h=d2f500b3957d5f2f85fa4c599ba443dc5d35f7b7;hb=5ac9ea61baac0cf298b07317051da51e781645b7;hp=b94ebca349c1a34cb4c8187cff40b39e50991730;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/reporting/rep205.php b/reporting/rep205.php index b94ebca3..d2f500b3 100644 --- a/reporting/rep205.php +++ b/reporting/rep205.php @@ -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; }