[Rt-commit] r12332 - in rt/branches/3.8-TESTING: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu May 15 06:27:23 EDT 2008
Author: sartak
Date: Thu May 15 06:27:22 2008
New Revision: 12332
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/lib/RT/Installer.pm
Log:
r55870 at onn: sartak | 2008-05-15 06:27:13 -0400
English pass on the database details form
Modified: rt/branches/3.8-TESTING/lib/RT/Installer.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Installer.pm (original)
+++ rt/branches/3.8-TESTING/lib/RT/Installer.pm Thu May 15 06:27:22 2008
@@ -80,7 +80,7 @@
DatabasePort => {
Widget => '/Widgets/Form/Integer',
WidgetArguments => {
- Description => 'Port number database server listen to', #loc
+ Description => 'Database port number', #loc
Default => 1,
DefaultLabel =>
'Leave empty to use default value of the RDBMS', #loc
@@ -90,20 +90,21 @@
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description => 'Database name', #loc
- Hints => "What your database server will call RT's database. (like 'rt3')"
},
},
DatabaseAdmin => {
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description => 'DBA of the database', #loc
+ Hints => "The database username of the administrator",
},
},
DatabaseAdminPassword => {
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description =>
- 'DBA password of the database', #loc
+ 'DBA password', #loc
+ Hints => "The database password of the administrator",
Type => 'password',
},
},
@@ -111,22 +112,21 @@
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description =>
- 'The name of the user RT will use to connect to the DB', #loc
+ 'The Unix username to use for RT', #loc
},
},
DatabasePassword => {
Widget => '/Widgets/Form/String',
WidgetArguments => {
Description =>
- 'Password of the above user RT will use to connect to the DB'
- , #loc
- Type => 'password',
+ 'The Unix password to use for RT', #loc
+ Type => 'password',
},
},
DatabaseRequireSSL => {
Widget => '/Widgets/Form/Boolean',
WidgetArguments => {
- Description => 'Connecting DB requires SSL', # loc
+ Description => 'Use SSL?', # loc
},
},
rtname => {
More information about the Rt-commit
mailing list