From: Katrin Fischer Date: Sun, 26 Oct 2014 21:10:00 +0000 (+0100) Subject: Bug 12403: Follow-up - fixing a few typos X-Git-Tag: v3.18.00-beta~120 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=ee836ebb6489919d14c03b5339362e392f6d3b36;p=koha-ffzg.git Bug 12403: Follow-up - fixing a few typos - Fixes the permission on the tools page - Fixes some capitalization - Changes 'Reserves' to 'Holds' Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 5531faf11f..33c936e005 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9415,7 +9415,7 @@ if ( CheckVersion($DBversion) ) { INSERT INTO permissions (module_bit, code, description) VALUES (13, 'records_batchdel', 'Perform batch deletion of records (biblios or authorities)') |); - print "Upgrade to $DBversion done (Bug 12403: Add permission tools_records_batchdelitem)\n"; + print "Upgrade to $DBversion done (Bug 12403: Add permission tools_records_batchdel)\n"; SetVersion($DBversion); } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt index f7fa79e5d4..6afc7bf5f8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt @@ -7,7 +7,7 @@