From 3120a3341b49fa9d88b5f1ad0e0ed83dc6cf3f93 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 16 May 2012 16:01:39 +0200 Subject: [PATCH] Bug 7351: Followup for minor textual changes Content-Type: text/plain; charset="utf-8" Signed-off-by: Marcel de Rooy Adds some interpunction, fixes few typos in help text. For instance: 10st should be 10th (1st=first, 10th=tenth) --- .../prog/en/modules/tools/holidays.tt | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt index ee0d01a..aa578cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -228,18 +228,18 @@
  • [?] -
    This will delete this holiday rule. If it is a repeatable holiday, this option checks for posible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.
  • +
    This will delete this holiday rule. If it is a repeatable holiday, this option checks for possible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.
  • . [?] -
    This will delete the single holidays rules only. The repeatable holidays and exceptions will not be deleted
    +
    This will delete the single holidays rules only. The repeatable holidays and exceptions will not be deleted.
  • . [?] -
    This will delete the repeated holidays rules only. The repeatable holidays will be deleted but not exceptions
    +
    This will delete the repeated holidays rules only. The repeatable holidays will be deleted but not the exceptions.
  • . [?] -
    This will delete the exceptions inside a given range. Be carefull about your scope range if it is oversized you could slow down koha
    +
    This will delete the exceptions inside a given range. Be careful about your scope range. If it is oversized, you could slow down Koha.
  • [?] @@ -313,12 +313,12 @@
  • . [?] -
    Make a single holiday on a range. For example, selecting August 1st, 2012 and August 10st, 2012 will make all days between 1st and 10st holiday, but will not affect August 1st-10st in other years.
    +
    Make a single holiday on a range. For example, selecting August 1st, 2012 and August 10th, 2012 will make all days between 1st and 10th holiday, but will not affect August 1-10 in other years.
  • . [?] -
    Make a single holiday on a range repeated yearly. For example, selecting August 1st, 2012 and August 10st, 2012 will make all days between 1st and 10st holiday, and will affect August 1st-10st in other years.
    +
    Make a single holiday on a range repeated yearly. For example, selecting August 1st, 2012 and August 10th, 2012 will make all days between 1st and 10th holiday, and will affect August 1-10 in other years.
  • -- 1.7.7.6