Bug 13676 - OpacSuppression description says 'items' but means 'records'
This patch changes the wording for the OpacSuppression preference description. Without patch: ... items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed item, or your searches will be broken. ... With patch: ... items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed biblio record, or your searches will be broken. ... Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
e9ded6adde
commit
e08f4e75db
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ Cataloging:
|
|||
choices:
|
||||
yes: Hide
|
||||
no: "Don't hide"
|
||||
- items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed item, or your searches will be broken.
|
||||
- items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed biblio record, or your searches will be broken.
|
||||
- <br />Restrict the suppression to IP adresses outside of the IP range
|
||||
- pref: OpacSuppressionByIPRange
|
||||
class: short
|
||||
|
|
Loading…
Reference in a new issue