[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. e4b35e205155ace6b66a94171e26c1c00a0ebc69

Evergreen Git git at git.evergreen-ils.org
Thu Nov 29 12:54:49 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, rel_2_3 has been updated
       via  e4b35e205155ace6b66a94171e26c1c00a0ebc69 (commit)
      from  03858ec3b8d3e625db7d50a5a43c1ff95c84c4e9 (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 e4b35e205155ace6b66a94171e26c1c00a0ebc69
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