[Koha-patches] [PATCH] Bug 9306: Update descriptions for the 4 SeparateHoldings prefs

Nicole C. Engard nengard at bywatersolutions.com
Wed Dec 19 05:09:20 CET 2012


Just a string patch making these prefs a bit clearer.
---
 .../en/modules/admin/preferences/cataloguing.pref  |    4 ++--
 .../prog/en/modules/admin/preferences/opac.pref    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
index f2a16c6..f2ba76e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref
@@ -161,9 +161,9 @@ Cataloging:
               choices:
                   yes: Separate
                   no: Don't separate
-            - 'items display into two tabs. First tab contains items whose'
+            - "items display into two tabs, where the first tab contains items whose"
             - pref: SeparateHoldingsBranch
               choices:
                 homebranch: 'home branch'
                 holdingbranch: 'holding branch'
-            - 'is the branch of user logged in. The other tab contains other items.'
+            - "is the logged in user's branch. The second tab will contain all other items."
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 9239f12..1977bed 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
@@ -263,12 +263,12 @@ OPAC:
               choices:
                   yes: Separate
                   no: Don't separate
-            - 'items display into two tabs. First tab contains items whose'
+            - "items display into two tabs, where the first tab contains items whose"
             - pref: OpacSeparateHoldingsBranch
               choices:
                 homebranch: 'home branch'
                 holdingbranch: 'holding branch'
-            - 'is the branch of user logged in. The other tab contains other items.'
+            - "is the logged in user's branch. The second tab will contain all other items."
     Features:
         -
             - pref: opacuserlogin
-- 
1.7.2.3



More information about the Koha-patches mailing list