From: Janusz Dobrowolski Date: Sat, 3 Nov 2012 21:34:05 +0000 (+0100) Subject: Fixed error message in recurrent invoices. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a63c0f6d238b05cc91a3da7b4784daa1e5ac6f5a;p=textcart.git Fixed error message in recurrent invoices. --- diff --git a/sales/manage/recurrent_invoices.php b/sales/manage/recurrent_invoices.php index f5f18f6..999bccd 100644 --- a/sales/manage/recurrent_invoices.php +++ b/sales/manage/recurrent_invoices.php @@ -33,7 +33,7 @@ if ($Mode=='ADD_ITEM' || $Mode=='UPDATE_ITEM') if (strlen($_POST['description']) == 0) { $input_error = 1; - display_error(_("The area description cannot be empty.")); + display_error(_("The invoice description cannot be empty.")); set_focus('description'); } if (!is_date($_POST['begin'])) {