From 48e77fb766ec5d05cc9cc549b30c8a3ff22f1cb3 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] [SIGNED-OFF] 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 --- .../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.9.5