From 8051f02c555827b87d65a294d7309c862cdb1cca Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 9 Aug 2021 10:07:53 -1000 Subject: [PATCH] Bug 28834: Correct wording biblios/authorities in tools home In tools home, we actually see 2 wordings : biblios/bibliographic authorities/authority Looks like bibliographic is more correct. Test plan : 1) Apply patch and look at words in tools home /cgi-bin/koha/tools/tools-home.pl --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index 306d9224fe..678fd2aab7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/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 ) %] -- 2.32.0