From: Joe Hunt Date: Fri, 5 Jun 2009 09:45:27 +0000 (+0000) Subject: Missing underscore in gettext string X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=58b2ae923386e23544ae7a2dd0c41fc0144f5e5d;p=textcart.git Missing underscore in gettext string --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8ab45d1..6643596 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +05-Jun-2009 Joe Hunt +# Missing underscore in gettext string +$ /sales/create_recurrent_invoices.php + 04-Jun-2009 Joe Hunt # [0000134] Voiding a supplier credit note didn't activate the PO Receivals and void the stock moves. $ /purchasing/includes/db/invoice_db.inc diff --git a/sales/create_recurrent_invoices.php b/sales/create_recurrent_invoices.php index 8886e34..517bd34 100644 --- a/sales/create_recurrent_invoices.php +++ b/sales/create_recurrent_invoices.php @@ -158,7 +158,7 @@ end_table(); if ($due) display_note(_("Marked items are due."), 1, 0, "class='overduefg'"); else - display_note(("No recurrent invoices are due."), 1, 0); + display_note(_("No recurrent invoices are due."), 1, 0); echo '
';