From 24e0c1b756945517e4ec02af81bc761128b1a907 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Mon, 27 Apr 2015 23:54:37 +0000 Subject: [PATCH] Bug 14056: Small punctuation error in description for deleting a holiday This patch just inserts a semi-colon into the description so that it makes more grammatical 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 semi-colon and reads "... Be careful about your scope range; if it is oversized you could slow down Koha." Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3fb10e47fc..b3c31a0f8d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -301,7 +301,7 @@ td.repeatableyearly a.ui-state-default { background: #FFCC66 none; color : Bl
  • . [?] -
    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.
  • [?] -- 2.39.5