Bug 12238: (follow-up) tweak descriptions of the ID list
authorGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 15:53:21 +0000 (15:53 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 23 May 2014 15:53:21 +0000 (15:53 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
tools/export.pl

index f4edddf..0ac62d1 100644 (file)
@@ -101,7 +101,7 @@ $(document).ready(function() {
         Use a file
     </legend>
         <ol>
-        <li>File containing a biblionumber's list with one biblionumber per line. This list works as a filter: it's compatible with other parameters.</li>
+        <li>File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters.</li>
         <li><label for="id_list_file">File : </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
         </ol>
     </fieldset>
@@ -176,7 +176,7 @@ $(document).ready(function() {
         Use a file
     </legend>
         <ol>
-        <li>File containing an authid's list with one authid per line. This list works as a filter: it's compatible with other parameters.</li>
+        <li>File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters.</li>
         <li><label for="id_list_file">File : </label> <input type="file" id="id_list_file" name="id_list_file" /></li>
         </ol>
     </fieldset>
index e513f82..601e8d5 100755 (executable)
@@ -86,9 +86,9 @@ export.pl [--format=format] [--date=date] [--record-type=TYPE] [--dont_export_it
  --clean                removes NSE/NSB
 
  --id_list_file=PATH    PATH is a path to a file containing a list of
-                        IDs(biblionumber or authid) with only one ID per line.
-                        This IDs list works as a filter: it's compatible with
-                        other parameters
+                        IDs (biblionumber or authid) with one ID per line.
+                        This list works as a filter; it is compatible with
+                        other parameters for selecting records
 _USAGE_
         exit;
     }