From 9c9d6ca7a823131633986e3bb6f2ec1aa0cd751e Mon Sep 17 00:00:00 2001 From: Your Full Name Date: Tue, 15 Jan 2019 02:56:25 +0000 Subject: [PATCH] Bug 21637: Fixed upercase letter in EasyAnalyticalRecords syspref Changed 'Don't Display' to 'Don't display' for the EasyAnalyticalRecords options. To find fix: 1.Be loged in as a user who can access sys prefrences. 2.Go to: Koha Administration > Global System Preferences > Cataloging > Interface. 3.Confirm that the dropdown option for EasyAnalyticalRecords is now 'Don't display' Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/admin/preferences/cataloguing.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 af80da855e..99e79e8222 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 @@ -16,7 +16,7 @@ Cataloging: - pref: EasyAnalyticalRecords choices: yes: Display - no: "Don't Display" + no: "Don't display" - easy ways to create analytical record relationships - - pref: EnableAdvancedCatalogingEditor -- 2.11.0