Fix misspelling of "summary" in KPAC Added Content
authorMichael Peters <mrpeters@library.in.gov>
Wed, 28 Nov 2012 17:36:10 +0000 (12:36 -0500)
committerBen Shum <bshum@biblio.org>
Thu, 29 Nov 2012 17:53:41 +0000 (12:53 -0500)
Summary != Smmary

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/kpac/parts/addedcontent.tt2

index bcea6c6..d89f1a4 100644 (file)
@@ -9,7 +9,7 @@
         anotes  => l('Author Notes'),
         toc     => l('Table of Contents'),
         excerpt => l('Excerpt'),
-        summary => l('Smmary')
+        summary => l('Summary')
     };
 
     selected_type = CGI.param('ac');