From d282b8d2b18ce40b6fb7b80fa4f9fa7fcfa77a3c Mon Sep 17 00:00:00 2001 From: Ian Walls Date: Thu, 1 Apr 2010 19:58:51 +0000 Subject: [PATCH] Fixes bug 4365 hidelostitem syspref language reversed Signed-off-by: Galen Charlton --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- 1 file 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 98d78a0b3f..77da550bae 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 -- 2.39.2