From 2256575af072e3555119c2842f24c87f68b2cf1e Mon Sep 17 00:00:00 2001 From: Aleisha Date: Fri, 24 Apr 2015 01:13:03 +0000 Subject: [PATCH] Bug 14056 - Small punctuation error in description for deleting a holiday This patch just inserts a hyphen into the description so that it makes sense. Test plan: 1) Go to Tools --> Calendar 2) Create or find a holiday, click on it so the editing options come up 3) Click on the question mark link to show the description for the option "Delete the exceptions on a range" 4) Confirm that this now has a hyphen and reads ".. Be careful about your scope range - if it is oversized you could slow down Koha." --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 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 3fb10e4..05a74bd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -300,8 +300,8 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
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 careful 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.
  • [?] -- 1.7.10.4