From 433d9d3d9f6ef429f95f39dbe5811a04fa441f82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Eduardo=20Castro=20Avalos?= Date: Fri, 14 Nov 2014 11:08:37 -0500 Subject: [PATCH] Bug 13256 - Typographical error on item search template Typo error found in the new template itemsearch.tt line 363 "_ matches only a single charcter" Test plan: 1) Go to url 'intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt' line 363 and check the typo "_ matches only a single charcter" and change for _ matches only a single character 2) Apply the patch 3) Repeat step 1 and check if the typo is fixed Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt index 57d605e5c2..0c65c11323 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -360,7 +360,7 @@ [% INCLUDE form_field_select_text_block %]

You can use the following wildcard characters: % _

% matches any number of characters

-

_ matches only a single charcter

+

_ matches only a single character

-- 2.39.5