[Rt-commit] r13023 - rt/branches/3.8-TESTING/lib/RT

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sat Jun 7 08:43:24 EDT 2008


Author: sunnavy
Date: Sat Jun  7 08:43:20 2008
New Revision: 13023

Modified:
   rt/branches/3.8-TESTING/lib/RT/Installer.pm

Log:
fixed some hints

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	Sat Jun  7 08:43:20 2008
@@ -112,14 +112,14 @@
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
             Description =>
-              'The Unix username to use for RT',      #loc
+              'Database username for RT', #loc
         },
     },
     DatabasePassword => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
             Description =>
-              'The Unix password to use for RT',  #loc
+              'Database password for RT( default is rt_pass )', #loc
               Type => 'password',
         },
     },


More information about the Rt-commit mailing list