Fixed transaction date check messages.
[fa-stable.git] / gl / manage / revaluate_currencies.php
index 78c5cbbbf8a65653adc0625dc718a94b960969c9..d0050d415aafbea03feaee1a69dad3fbd5452c84 100644 (file)
@@ -53,7 +53,7 @@ function check_data()
        }
        if (!is_date_in_fiscalyear($_POST['date']))
        {
-               display_error(_("The entered date is not in fiscal year."));
+               display_error(_("The entered date is out of fiscal year or is closed for further data entry."));
                set_focus('date');
                return false;
        }