From: Janusz Dobrowolski Date: Sat, 3 Nov 2012 21:34:05 +0000 (+0100) Subject: Fixed error message in recurrent invoices. X-Git-Tag: 2.3-final~392 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=54be1160107fd4dea2b224eac7e34655e6e67776;p=fa-stable.git Fixed error message in recurrent invoices. --- diff --git a/sales/manage/recurrent_invoices.php b/sales/manage/recurrent_invoices.php index f5f18f62..999bccdb 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'])) {