From d74e6564b19dc4d9ab896ba02a2a395ae4097b83 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Fri, 1 Jul 2011 02:02:04 -0400 Subject: [PATCH] Bug 6550 - update values for OpacRenewalBranch preference Signed-off-by: Nicole C. Engard --- .../prog/en/modules/admin/preferences/opac.pref | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 0d74dd1..703a830 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -304,12 +304,12 @@ OPAC: - Use - pref: OpacRenewalBranch choices: - itemhomebranch: "The Items' home branch" - patronhomebranch: "The Patrons' home branch" - checkoutbranch: "The branch the item was checked out from" + itemhomebranch: "the item's home branch" + patronhomebranch: "the patron's home branch" + checkoutbranch: "the branch the item was checked out from" null: "NULL" - opacrenew: "OPACRenew" - - as branchcode to store in the statistics table + opacrenew: "'OPACRenew'" + - as branchcode to store in the statistics table. - - Only allow patrons to renew their own books on the OPAC if they have less than - pref: OPACFineNoRenewals -- 1.7.2.3