From b8a6fbe68ff4b17fc9c87f3c497ced1f10f03e26 Mon Sep 17 00:00:00 2001 From: Jasmine Amohia Date: Wed, 16 Jan 2019 23:10:35 +0000 Subject: [PATCH] Bug 22149: Fixed grammar in the manage_circ_rules_from_any_libraries description Test plan: 1. Review patch and confirm that the sentence makes sense --- 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 8c6f2a0a55..e72ac402c1 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 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 'manage_circ_rules_from_any_libraries' -%]Edit circulation rules for 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