summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2006-03-25 02:23:26 +0000
committerivan <ivan>2006-03-25 02:23:26 +0000
commitb9f9a5dc444a66ca138073a0e5229d85569e51b4 (patch)
tree3710c2f19dff7977f6cf2fd8690645bf0adcd4dc /httemplate
parentc39fc534e347971479110595c6a4bb36b40e1198 (diff)
successfully correct the spelling of sucessful
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/process/cdr-import.html4
-rw-r--r--httemplate/misc/process/cust_main-import.cgi2
-rw-r--r--httemplate/misc/process/cust_main-import_charges.cgi2
-rw-r--r--httemplate/misc/process/inventory_item-import.html4
-rw-r--r--httemplate/misc/upload-batch.cgi2
5 files changed, 7 insertions, 7 deletions
diff --git a/httemplate/misc/process/cdr-import.html b/httemplate/misc/process/cdr-import.html
index 381b07820..653dd479e 100644
--- a/httemplate/misc/process/cdr-import.html
+++ b/httemplate/misc/process/cdr-import.html
@@ -19,8 +19,8 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %>
+ <%= include("/elements/header.html",'Import successful') %>
<!-- XXX redirect to batch search like the payment entry... -->
- <%= include("/elements/footer.html",'Import sucessful') %> <%
+ <%= include("/elements/footer.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/process/cust_main-import.cgi b/httemplate/misc/process/cust_main-import.cgi
index 2348ef680..371929a5e 100644
--- a/httemplate/misc/process/cust_main-import.cgi
+++ b/httemplate/misc/process/cust_main-import.cgi
@@ -25,6 +25,6 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %> <%
+ <%= include("/elements/header.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/process/cust_main-import_charges.cgi b/httemplate/misc/process/cust_main-import_charges.cgi
index c14228cf4..404dfde2e 100644
--- a/httemplate/misc/process/cust_main-import_charges.cgi
+++ b/httemplate/misc/process/cust_main-import_charges.cgi
@@ -21,6 +21,6 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %> <%
+ <%= include("/elements/header.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/process/inventory_item-import.html b/httemplate/misc/process/inventory_item-import.html
index 8a58203c2..e98a6ed2a 100644
--- a/httemplate/misc/process/inventory_item-import.html
+++ b/httemplate/misc/process/inventory_item-import.html
@@ -19,9 +19,9 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Import sucessful') %>
+ <%= include("/elements/header.html",'Import successful') %>
<!-- XXX redirect to batch search like the payment entry... -->
- <%= include("/elements/footer.html",'Import sucessful') %> <%
+ <%= include("/elements/footer.html",'Import successful') %> <%
}
%>
diff --git a/httemplate/misc/upload-batch.cgi b/httemplate/misc/upload-batch.cgi
index 24d7cf15c..746b81b17 100644
--- a/httemplate/misc/upload-batch.cgi
+++ b/httemplate/misc/upload-batch.cgi
@@ -24,7 +24,7 @@
} else {
%>
<!-- mason kludge -->
- <%= include("/elements/header.html",'Batch results upload sucessful') %> <%
+ <%= include("/elements/header.html",'Batch results upload successful') %> <%
}
%>