debian/littlebird-tc-common.templates
changeset 75 a587bc920c3d
parent 72 13e6c7d7e367
child 84 e54c345e0d4a
--- a/debian/littlebird-tc-common.templates	Thu Sep 15 14:14:13 2011 +0200
+++ b/debian/littlebird-tc-common.templates	Fri Sep 16 10:16:08 2011 +0200
@@ -5,9 +5,9 @@
 Template: littlebird-tc/db/host
 Type: string
 Default: localhost
-_Description: The name or address of the MySQL server (hostname[:port]).
- We need to know how to connect to your database server. Please note,
- that some mysql clients use a local UNIX socket connection if you enter
+_Description: MySQL Server (name or address) to use (hostname[:port]):
+ It is necessary to connect to your database server. Please note,
+ that some MySQL clients use a local UNIX socket connection if you enter
  "localhost", but use a local TCP connection, if you enter "127.0.0.1".
  .
  You may append (separeted by a colon (":")) a port number, if your
@@ -16,17 +16,17 @@
 Template: littlebird-tc/db/name
 Type: string
 Default: trustcenter_history
-_Description: The name of the database we should use.
- NOTE: currenty this name is ignored!
+_Description: database name to use:
+ NOTE: currently this name is ignored!
 
 Template: littlebird-tc/db/user
 Type: string
 Default: littlebird
-_Description: The database user to be used for the database connection.
+_Description: database user to be used for the database connection:
  This is the user to be used for all normal operations. If this is a
- fresh installation, we will create the account.
+ fresh installation, the account will be created.
 
 Template: littlebird-tc/db/pass
 Type: password
 Default:
-_Description: The password to be used for the database connection.
+_Description: The password to be used for the database connection: