Bug 21413: (QA follow-up) Rename new option
authorKatrin Fischer <katrin.fischer.83@web.de>
Sat, 27 Oct 2018 13:08:18 +0000 (13:08 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 8 Nov 2018 13:32:42 +0000 (13:32 +0000)
Trying to make the terminology a little more consistent
as we already use items instead of copies directly
above and leaning on the description of the page it
refers to.

Old:
Skip copies marked as waiting holds

New:
Skip items on hold awaiting pickup

Skip items on hold awaiting pickup

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

index e1c63c2..817c2f5 100644 (file)
             [% END %]
         </li>
         <li>
-            <label for="ignore_waiting_holds">Skip copies marked as waiting holds: </label>
+            <label for="ignore_waiting_holds">Skip items on hold awaiting pickup: </label>
             <input type="checkbox" id="ignore_waiting_holds" name="ignore_waiting_holds" />
         </li>
         </ol>