Bug 14316: Clarify meaning of record number in Batch record deletion tool
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 8 Jun 2015 00:03:34 +0000 (02:03 +0200)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 03:42:14 +0000 (16:42 +1300)
Changes the label from 'list of record numbers...' to
'List of biblionumbers or authority ids...' to make it
more clear to the user which kind of input is expected.

To test:
- Go to Tools > Batch record deletion
- Check the new description
- Decide if it's more clear or not

Signed-off-by: Marc Veron <veron@veron.ch>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>

koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt

index 7d4493f..acacc19 100644 (file)
@@ -130,7 +130,7 @@ $(document).ready(function() {
         <legend>Or enter a list of record numbers</legend>
         <ol>
           <li>
-            <label for="recordnumber_list">Record number list (one per line): </label>
+            <label for="recordnumber_list">List of biblionumbers or authority ids (one per line): </label>
             <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea>
           </li>
         </ol>