@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -194,12 +194,12 @@ [% IF CAN_user_tools_records_batchdel %]
Batch record deletion
-
Delete a batch of records (bibliographic or authority)
+
Delete a batch of bibliographic or authority records
[% END %] [% IF CAN_user_tools_records_batchmod %]
Batch record modification
-
Modify a batch of records (biblios or authorities)
+
Modify a batch of bibliographic or authority records
[% END %] [% IF ( CAN_user_tools_items_batchmod ) %] --