From d2f39c68d8557db76de9920cf84861d53141a18d 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 Signed-off-by: Indranil Das Gupta (L2C2 Technologies) Test output compliant with expected test plan outcome. --- 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 c26d048..5c3b208 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.9.1