Not translatable string in rep108. Changed text in display_notation.
[fa-stable.git] / reporting / rep108.php
index 9a12e40ad94b6eb94564f6919ba3635d2197500f..f2d6d42387ad5b5f368f51d802bdeb1f5a0f2fd8 100644 (file)
@@ -179,7 +179,7 @@ function print_statements()
             if (($CustomerRecord["Balance"]) != ($CustomerRecord["Balance"] - $CustomerRecord["Due"]))
                 $rep->End($email, _("Statement") . " " . _("as of") . " " . sql2date($date) . " " . _("from") . " " . get_company_pref('coy_name'));
             else
-                display_notification(sprintf(_("Customer %s has no overdue debs. No e-mail is send."), $myrow["DebtorName"]));       
+                display_notification(sprintf(_("Customer %s has no overdue debits. No e-mail is sent."), $myrow["DebtorName"]));       
         }
        }