debian/littlebird-tc-common.templates
branchi18n
changeset 24 f45816f0398e
parent 11 24417d8949b5
child 72 13e6c7d7e367
--- a/debian/littlebird-tc-common.templates	Fri Sep 02 12:58:10 2011 +0200
+++ b/debian/littlebird-tc-common.templates	Fri Sep 02 15:29:58 2011 +0200
@@ -1,11 +1,11 @@
 Template: littlebird-tc-common/TITLE
 Type: title
-Description: This is the littlebird trust center package.
+_Description: This is the littlebird trust center package.
 
 Template: littlebird-tc/db/host
 Type: string
 Default: localhost
-Description: The name or address of the MySQL server (hostname[:port]).
+_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
  "localhost", but use a local TCP connection, if you enter "127.0.0.1".
@@ -16,16 +16,16 @@
 Template: littlebird-tc/db/name
 Type: string
 Default: littlebird
-Description: The name of the database we should use.
+_Description: The name of the database we should use.
 
 Template: littlebird-tc/db/user
 Type: string
 Default: littlebird
-Description: The database user to be used for the database connection.
+_Description: The 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.
 
 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.