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

Nicole C. Engard nengard at bywatersolutions.com
Fri Jul 1 08:02:36 CEST 2011


Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 .../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



More information about the Koha-patches mailing list