@@ -, +, @@ category admin page --- .../prog/en/modules/admin/categories.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -151,9 +151,9 @@ Required -
  • +
  • - Select All branches if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value. + Select All libraries if this category type must to be displayed all the time. Otherwise select libraries you want to associate with this value.
  • @@ -418,7 +418,7 @@ [% IF ( EnhancedMessagingPreferences ) %] Messaging [% END %] - Branches limitations + Library limitations [% IF ( Koha.Preference('CheckPrevCheckout') == 'softyes' || Koha.Preference('CheckPrevCheckout') == 'softno' ) %] Check previous checkout? [% END %] @@ -505,9 +505,9 @@ [% END %] [% IF branch_limitations.size > 1 %] - [% branch_limitations.size | html %] branches limitations + [% branch_limitations.size | html %] library limitations [% ELSE %] - [% branch_limitations.size | html %] branch limitation + [% branch_limitations.size | html %] library limitation [% END %] [% ELSE %] --