From 9a1950506bcfea47b1981954b0bbae03283705de Mon Sep 17 00:00:00 2001 From: Jack Kelliher Date: Tue, 15 Jan 2019 03:24:17 +0000 Subject: [PATCH] Bug 21930: Reworded message on permissions.inc 1. Go to patrons account, more, Set Permissions. 2. Dropdown the Parameters section. 3. Text should display "If not set the logged in user could only edit circulation rules for its the own library (please note that manage_circ_rules is still required)" 4. Apply patch and reload page 5. Text should now display "Edit circulation rules from any library. If not set the logged in user could only edit circulation rules for their own library (please note that manage_circ_rules is still required)" Signed-off-by: David Nind Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc index ff2d8ee3c8..8c6f2a0a55 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc @@ -34,7 +34,7 @@ [%- CASE 'override_renewals' -%]Override blocked renewals [%- CASE 'manage_checkout_notes' %]Mark checkout notes as seen/not seen [%- CASE 'manage_circ_rules' -%]manage circulation rules - [%- CASE 'manage_circ_rules_from_any_libraries' -%]Edit circulation rules from any libraries. If not set the logged in user could only edit circulation rules for its the own library (please note that manage_circ_rules is still required) + [%- CASE 'manage_circ_rules_from_any_libraries' -%]Edit circulation rules from any library. If not set the logged in user could only edit circulation rules for their own library (please note that manage_circ_rules is still required) [%- CASE 'parameters_remaining_permissions' -%]Remaining system parameters permissions [%- CASE 'manage_circ_rules' -%]Manage circulation rules [%- CASE 'manage_sysprefs' -%]Manage global system preferences -- 2.11.0