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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Jun 10 14:46:20 EDT 2008


Author: sunnavy
Date: Tue Jun 10 14:46:20 2008
New Revision: 13120

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

Log:
tiny change

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	Tue Jun 10 14:46:20 2008
@@ -119,8 +119,9 @@
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
             Description =>
-              'Database password for RT( default is rt_pass )', #loc
-              Type => 'password',
+              'Database password for RT',    #loc
+            Type => 'password',
+            Hints => 'default is rt_pass',
         },
     },
     DatabaseRequireSSL => {


More information about the Rt-commit mailing list