Spelling correction in template.
authorRyan Higgins <rch@liblime.com>
Fri, 13 Jun 2008 16:41:09 +0000 (11:41 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 16 Jun 2008 15:24:25 +0000 (10:24 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc

index dbeec1b..2121ee0 100644 (file)
@@ -11,7 +11,7 @@ function confirm_deletion() {
     }
 }
 function confirm_updatechild() {
-    var is_confirmed = window.confirm('Are you sure you want to update this child to an Adult catergory? This cannot be undone.');
+    var is_confirmed = window.confirm('Are you sure you want to update this child to an Adult category?  This cannot be undone.');
    
     if (is_confirmed) {
             window.location='/cgi-bin/koha/members/update-child.pl?op=update&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&catcode=<!-- TMPL_VAR NAME="catcode" -->&catcode_multi=<!-- TMPL_VAR NAME="CATCODE_MULTI" -->';