From 99325e9c7a17d7f9259a0eb929550b8c4c1c0012 Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" 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. Signed-off-by: Katrin Fischer Changed "List" to "Select" and removed a space before the : at the end. Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 959e6b7ae433d891a31c20b86690ab68446bf508) Signed-off-by: Chris Cormack --- .../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 c26d048198..e0da0ad7cb 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 |:' + - 'Select export options that should be available from OPAC detail page:' - pref: OpacExportOptions multiple: bibtex: BibTeX -- 2.39.5