X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fmanage%2Frecurrent_invoices.php;h=999bccdb10765ec3c0f7b40fce37090ab7683214;hb=a1c1f11e18aa72599123c36521a54a21a2c3d0bc;hp=f5f18f6243943bc76442cedc0edd9b187844fd7b;hpb=d3a403292485062b56c5bfd9daeadd5185ecc7ed;p=fa-stable.git 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'])) {