From 015c4be98f8426ae60dc2fc7c737b19a0e18fc82 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Fri, 28 Dec 2012 09:33:49 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9306: Update descriptions for the 4 SeparateHoldings prefs Content-Type: text/plain; charset="utf-8" Patch updates the text of the SeparateHoldings and OpacSeparateHoldings preference descriptions to be more readable. To test, apply the patch and check the text of the preferences. Signed-off-by: Owen Leonard Description and test plan added. --- .../en/modules/admin/preferences/cataloguing.pref | 8 ++++---- .../prog/en/modules/admin/preferences/opac.pref | 8 ++++---- 2 files changed, 8 insertions(+), 8 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 09ec796..c3a3847 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,12 +161,12 @@ 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.' + homebranch: 'home library' + holdingbranch: 'holding library' + - "is the logged in user's library. The second tab will contain all other items." - - Don't show these - pref: NotesBlacklist 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 c1870ad..300c6e1 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 @@ -264,12 +264,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.' + homebranch: 'home library' + holdingbranch: 'holding library' + - "is the logged in user's library. The second tab will contain all other items." Features: - - pref: opacuserlogin -- 1.7.9.5