From ceeb7fc9c67a693b96824cebf265715e92b9417b Mon Sep 17 00:00:00 2001
From: "Nicole C. Engard" <nengard@bywatersolutions.com>
Date: Wed, 19 Mar 2014 07:19:55 -0600
Subject: [PATCH] Bug 11958: Fix small typo in classification source help

The Classification Sources help file said the source was in the
942$2 but it's in the 952$2 so this patch changes one character.

To test:
* Go to Admin > Classification Sources
* Click Help
* Confirm the Help file is right now

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Trivial fix, no errors

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt
index b33b947..d30df8d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/classsources.tt
@@ -2,7 +2,7 @@
 
 <h1>Classification Sources</h1>
 
-<p>Source of classification or shelving scheme is an Authorized Values category that is mapped to field 942$2 in Koha's MARC Bibliographic frameworks.</p>
+<p>Source of classification or shelving scheme is an Authorized Values category that is mapped to field 952$2 in Koha's MARC Bibliographic frameworks.</p>
 
 <p>Commonly used values of this field are:</p>
 
-- 
1.7.10.4