From 980029b93cfb225c17e19cbb1c97af0c821e212f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 29 Jun 2009 10:08:30 -0500 Subject: [PATCH] Modifying the text of the error message for clarity and accuracy. Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/tools/overduerules.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl index 526f8f4265..e27cfe10c2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl @@ -50,16 +50,16 @@ $(document).ready(function() {

Data error

-

The following fields have a forbidden value. Correct them and press OK again :

+

The following errors were found. Please correct them and submit again:

    -
  • Delay for borrower category has some unexpected characters. There should be only numerical characters.
  • +
  • Delay for patron category has some unexpected characters. There should be only numerical characters.
  • -
  • No letter or debar action specified for delay for borrower category. If a delay is supplied, either a letter, debar action, or both should be specified.
  • +
  • No letter or debar action specified for delay for patron category. If a delay is supplied, either a letter, debar action, or both should be specified.
  • -
  • Delay1 should be less than Delay2 which should be less than Delay3 for borrower category
  • +
  • The first notice's delay should be less than the second, which should be less than the third for the patron category
-- 2.39.5