From 1b9653936afcd3ec934968abe70a79597615fc6b Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> Date: Tue, 15 Oct 2019 17:28:13 +0000 Subject: [PATCH] Bug 23704: Typo in itemtypes.tt This patch corrects a typo: "for loans specifie in hours." corrected to "for loans specified in hours." To test, apply the patch and edit an existing item type. The description of the "Hourly rental charge" field should be correct. Signed-off-by: Michal Denar <black23@gmail.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com> --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 2f8c8986aa..3cc092e332 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -242,7 +242,7 @@ Item types administration <li> <label for="rentalcharge_hourly">Hourly rental charge: </label> <input type="text" id="rentalcharge_hourly" name="rentalcharge_hourly" size="10" value="[% itemtype.rentalcharge_hourly | $Price on_editing => 1 %]" /> - <span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specifie in hours.</span> + <span class="hint">This fee is charged at checkout/renewal time for each hour between the checkout/renewal date and due date for loans specified in hours.</span> </li> <li> <label for="defaultreplacecost">Default replacement cost: </label> -- 2.11.0