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