diff -r 875e0c6a6c1c -r a587bc920c3d debian/littlebird-tc-sql.templates --- a/debian/littlebird-tc-sql.templates Thu Sep 15 14:14:13 2011 +0200 +++ b/debian/littlebird-tc-sql.templates Fri Sep 16 10:16:08 2011 +0200 @@ -4,11 +4,11 @@ Template: littlebird-tc/db/have-admin Type: boolean -Default: no +Default: false _Description: Do you know how to access your database server as *admin*? - During the package configuration (postinst) we need to connect - to your database server and setup the littlebird schema, install - a littlebird user etcpp. If you can provide us the data to access + During the package configuration (postinst) the database server + needs to be contacted to setup the littlebird schema, install + a littlebird user etcpp. If you can provide the data to access this server, please answer "yes", if not, please answer "no" and return later and run . @@ -18,22 +18,22 @@ Type: string Default: root _Description: The user to be used for the *administrative* database connection. - Some operations during install need administrative privileges, we need + Some operations during install need administrative privileges, enter the name of the user who is empowered enough. Template: littlebird-tc/db/adminpass Type: password Default: _Description: The password to be used for the *administrative* database connection. - Some operations during install need *administrative* privileges, we need - the password for the user who is empowered enough. (The password will be securly kept + Some operations during install need *administrative* privileges, enter + the the password for the user who is empowered enough. (The password will be securly kept in the debconf database.) Template: littlebird-tc/db/exists Type: error _Description: The database "${name}" exists already. - Since the database "${name}" seems to exist already, we will not - start any attempt to do anything. + Since the database "${name}" seems to exist already, nothing + will be done! . Sorry, if this is not what you expected. @@ -41,7 +41,7 @@ Type: error _Description: Admin access to database failed. We cannot access the database "${name}" on host "${host}". - The excuse we got: + The excuse reads: . ${message} .