From acc1d33f669774e55e905288061bf146837450b6 Mon Sep 17 00:00:00 2001
From: Nicole C. Engard <nengard@bywatersolutions.com>
Date: Tue, 26 Jun 2012 01:58:02 -0400
Subject: [PATCH] [SIGNED-OFF] Bug 8321: Fix OPACShowBarcode description
Content-Type: text/plain; charset="utf-8"

This preference had a few grammar errors and repeated the
word 'show.' This patch resolves those issues.

Signed-off-by: Marc Veron <veron@veron.ch>
---
 .../prog/en/modules/admin/preferences/opac.pref    |    2 +-
 1 files changed, 1 insertions(+), 1 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 7ca4692..cd0c845 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
@@ -113,7 +113,7 @@ OPAC:
               choices:
                   yes: Show
                   no: "Don't show"
-            - Show items barcode in holding tab.
+            - the item's barcode on the holdings tab.
         -
             - pref: OpacHighlightedWords
               choices:
-- 
1.7.2.5