From 248afdff7a66ab9c0271bd03a4505b609ba03528 Mon Sep 17 00:00:00 2001
From: Mike Taylor
Date: Tue, 20 Jul 2010 14:41:36 +0100
Subject: [PATCH] Ask for "name" not "title".
---
web/htdocs/details/edit.mc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc
index 4d926f6..f6ab56d 100644
--- a/web/htdocs/details/edit.mc
+++ b/web/htdocs/details/edit.mc
@@ -68,7 +68,7 @@ if (!defined $id) {
} elsif (!defined $newid) {
# Tried to create new record but data is insufficient
print qq[
- Please specify title, protocol, host, port and database name.
\n];
+ Please specify name, protocol, host, port and database name.
\n];
undef $update;
} elsif ($host !~ /^\w+\.[\w.]*\w$/i) {
print qq[
--
1.7.10.4