[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2c98231113f6ce9bf86534c490e54c0c1b31e119

Evergreen Git git at git.evergreen-ils.org
Thu Nov 29 12:54:58 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  2c98231113f6ce9bf86534c490e54c0c1b31e119 (commit)
      from  a302514610ffe9e5ed67078ad81a3c76448d9dc4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2c98231113f6ce9bf86534c490e54c0c1b31e119
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Wed Nov 28 12:36:10 2012 -0500

    Fix misspelling of "summary" in KPAC Added Content
    
    Summary != Smmary
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/kpac/parts/addedcontent.tt2 b/Open-ILS/src/templates/kpac/parts/addedcontent.tt2
index bcea6c6..d89f1a4 100644
--- a/Open-ILS/src/templates/kpac/parts/addedcontent.tt2
+++ b/Open-ILS/src/templates/kpac/parts/addedcontent.tt2
@@ -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');

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/kpac/parts/addedcontent.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list