From 4a2e73a57f595702814f1a6faa4507a8f94660c8 Mon Sep 17 00:00:00 2001
From: Nicole <nicole@bywatersolutions.com>
Date: Thu, 28 May 2015 11:39:29 -0500
Subject: [PATCH] [PASSED QA] 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) <indradg@gmail.com>
Test output compliant with expected test plan outcome.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Changed "List" to "Select" and removed a space before the : at the end.
---
 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..9a4309c 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
-- 
1.9.1