From cdfe7d8475573881fb79fb4f2a239c93ea85c4ec Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Wed, 12 Mar 2014 14:29:48 -0600 Subject: [PATCH] [PASSED QA] Follow up: Fix type in renew help This patch adds a missing letter to the Renew help file To test: Go to Circulation > Renew Click Help Confirm that the text now reads 'scan' instead of 'can' http://bugs.koha-community.org/show_bug.cgi?id=11403 Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt index 95cdf7d..e6ba50f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/renew.tt @@ -4,7 +4,7 @@

Checked out items can be renewed (checked out for another period of time) based on your circulation rules and renewal preferences.

-

To renew an item from this page you can the barcodes of the items you would like to renew.

+

To renew an item from this page you scan the barcodes of the items you would like to renew.

If the barcode is not found or the item is not actually checked out you will be presented with an error. Otherwise the item is renewed and you will receive a confirmation message.

-- 1.8.3.2