Bug 34345: 'Circulation and fine rules' vs 'Circulation and fines rules'
This patch corrects two instances of the phrase "Circulation and fines rules" in favor of the more common "Circulation and fine rules" for consistency's sake. To test, apply the patch and go to Administration. - In the description under the "Circulation and fine rules" link it should read, "Define circulation and fine rules..." - Open the Circulation and fine rules page and confirm that the link in the sidebar menu is correct. Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
a3c64f62c0
commit
452ac93b92
2 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
<li><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></li>
|
||||
[% END %]
|
||||
[% IF ( CAN_user_parameters_manage_circ_rules ) %]
|
||||
<li><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></li>
|
||||
<li><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a></li>
|
||||
[% END %]
|
||||
[% IF ( CAN_user_parameters_manage_patron_attributes ) %]
|
||||
<li><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></li>
|
||||
|
|
|
@ -92,8 +92,8 @@
|
|||
<dd>Define patron categories</dd>
|
||||
[% END %]
|
||||
[% IF CAN_user_parameters_manage_circ_rules %]
|
||||
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt>
|
||||
<dd>Define circulation and fines rules for combinations of libraries, patron categories, and item types</dd>
|
||||
<dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fine rules</a></dt>
|
||||
<dd>Define circulation and fine rules for combinations of libraries, patron categories, and item types</dd>
|
||||
[% END %]
|
||||
[% IF ( CAN_user_parameters_manage_patron_attributes ) %]
|
||||
<dt><a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a></dt>
|
||||
|
|
Loading…
Reference in a new issue