From 8a0189f482a821ad73c02364c9f13c4d43aad2bc Mon Sep 17 00:00:00 2001 From: Nicole Date: Thu, 28 May 2015 11:39:29 -0500 Subject: [PATCH] Bug 14291: Fix OpacExportOptions text This patch removes the instruction to separate values by | in the OpacExportOptions preference. To test: Go to system preferences Find OpacExportOptions Confirm text is right --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 835a4ce..e78d2d9 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 @@ -273,7 +273,7 @@ OPAC: Both: "Both detail and result pages" - '. Note: The corresponding OPACXSLT option must be turned on.' - - - 'List export options that should be available from OPAC detail page separated by |:' + - 'List export options that should be available from OPAC detail page :' - pref: OpacExportOptions multiple: bibtex: BibTeX -- 1.7.10.4