From 2c98231113f6ce9bf86534c490e54c0c1b31e119 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 28 Nov 2012 12:36:10 -0500 Subject: [PATCH] Fix misspelling of "summary" in KPAC Added Content Summary != Smmary Signed-off-by: Michael Peters Signed-off-by: Ben Shum --- Open-ILS/src/templates/kpac/parts/addedcontent.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/kpac/parts/addedcontent.tt2 b/Open-ILS/src/templates/kpac/parts/addedcontent.tt2 index bcea6c610e..d89f1a47e2 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'); -- 2.43.2