From cc40b5705ca69d91e88cc90e0ff24bd29d3a6aa7 Mon Sep 17 00:00:00 2001 From: Hector Castro <hector.hecaxmmx@gmail.com> Date: Thu, 16 Jul 2015 15:40:14 -0600 Subject: [PATCH] [PASSED QA] Bug 14548 - Typo in help file for 3.20 (batch_record_modification.tt) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo found in batch_record_modification.tt file for Koha help in 3.20 Test plan: 1) Go to url 'koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batch_record_modification.tt:20' and check the typo "critera" or go to Tools › Batch record modification, open up the help 2) Apply the patch 3) Repeat step 1 and check if the typo is fixed. Sponsored-by: Universidad de El Salvador Signed-off-by: Aleisha <aleishaamohia@hotmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> --- .../prog/en/modules/help/tools/batch_record_modification.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batch_record_modification.tt index 317ac5b..6e0c562 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batch_record_modification.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/batch_record_modification.tt @@ -17,7 +17,7 @@ <li>Finally choose the MARC Modification Template you'd like to use to edit these records.</li> </ul> -<p>Once you've entered your critera click 'Continue'</p> +<p>Once you've entered your criteria click 'Continue'</p> <p>You will be presented with a list of records that will be edited. Next to each one is a checkbox so you can uncheck any items you would rather not edit at this time.</p> -- 1.9.1