From: Mike Taylor
Date: Tue, 20 Jul 2010 13:41:36 +0000 (+0100)
Subject: Ask for "name" not "title".
X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=248afdff7a66ab9c0271bd03a4505b609ba03528;p=irspy-moved-to-github.git
Ask for "name" not "title".
---
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[