[Koha-patches] [PATCH] Bug 6550 - update values for OpacRenewalBranch preference

Chris Cormack chrisc at catalyst.net.nz
Sun Jul 3 05:59:24 CEST 2011


From: Nicole C. Engard <nengard at bywatersolutions.com>

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
---
 .../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.4.1



More information about the Koha-patches mailing list