summaryrefslogtreecommitdiffstats
path: root/did-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-11-18 11:43:35 +0000
committerTed Trask <ttrask01@yahoo.com>2009-11-18 11:43:35 +0000
commit43602a8ef2bd6d986b3644957b3a247dd1778f9c (patch)
treed4aba2478ae5ecbff581f0a2e9c1f3dda70a363c /did-status-html.lsp
parente143e99ebf2ead069cb4d820e276835816bd9e25 (diff)
downloadacf-did-43602a8ef2bd6d986b3644957b3a247dd1778f9c.tar.bz2
acf-did-43602a8ef2bd6d986b3644957b3a247dd1778f9c.tar.xz
Copy / paste errors
Diffstat (limited to 'did-status-html.lsp')
-rw-r--r--did-status-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/did-status-html.lsp b/did-status-html.lsp
index 71af504..33c75b9 100644
--- a/did-status-html.lsp
+++ b/did-status-html.lsp
@@ -18,9 +18,9 @@ if status then %>
<% end %>
<% if data.value then %>
-<p>Weblog Database present
+<p>DID Database present
<% else %>
-<p>Weblog Database missing
+<p>DID Database missing
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("createdatabase")
end %>