From 6ac74fa8d0e3deece271d173dcbe222c0569e067 Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Thu, 1 Apr 2010 19:53:21 +0000 Subject: [PATCH] Fixes bug 4365 hidelostitem syspref language reversed Content-Type: text/plain; charset="utf-8" --- .../prog/en/modules/admin/preferences/opac.pref | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 98d78a0..77da550 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -51,8 +51,8 @@ OPAC: - - pref: hidelostitems choices: - yes: Show - no: "Don't show" + yes: "Don't show" + no: Show - lost items on search and detail pages. - - Show biblio records on OPAC result page -- 1.5.6.5