@@ -, +, @@ --- .../en/modules/admin/preferences/circulation.pref | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -277,13 +277,13 @@ Circulation: confirmation: Ask for confirmation - when checking out to a borrower that has overdues outstanding - - - If any of a patron's checked out documents is late, the renewal is + - If any of a patron's checked out items are late, - pref: OverduesBlockRenew type: choice choices: - allow: allowed - blockall: blocked on whatever of his checked out documents - blockitem: blocked only on the overdue items + allow: allow renewing of items. + blockall: block renewing for all items. + blockitem: block renewing only for overdue items. - - On checkin route the returned item to - pref: HomeOrHoldingBranchReturn --