[Rt-commit] r12336 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Thu May 15 06:53:50 EDT 2008


Author: sartak
Date: Thu May 15 06:53:50 2008
New Revision: 12336

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/lib/RT/Installer.pm

Log:
 r55876 at onn:  sartak | 2008-05-15 06:53:25 -0400
 Prefer separate words to CamelCase in config descriptions


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:53:50 2008
@@ -132,7 +132,7 @@
     rtname => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'rtname',                        #loc
+            Description => 'RT Name',                        #loc
         },
     },
     Organization => {
@@ -144,55 +144,55 @@
     MinimumPasswordLength => {
         Widget          => '/Widgets/Form/Integer',
         WidgetArguments => {
-            Description => 'MinimumPasswordLength',         #loc
+            Description => 'Minimum password length',         #loc
         },
     },
     MaxAttachmentSize => {
         Widget          => '/Widgets/Form/Integer',
         WidgetArguments => {
-            Description => 'MaxAttachmentSize',             #loc
+            Description => 'Max attachment size',             #loc
         },
     },
     OwnerEmail => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'OwnderEmail',                   #loc
+            Description => 'Owner email',                   #loc
         },
     },
     CommentAddress => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'CommentAddress',                #loc
+            Description => 'Comment address',                #loc
         },
     },
     CorrespondAddress => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'CorrespondAddress',             #loc
+            Description => 'Correspond address',             #loc
         },
     },
     MailCommand => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'MailCommand',                   #loc
+            Description => 'Mail command',                   #loc
         },
     },
     SendmailArguments => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'SendmailArguments',             #loc
+            Description => 'Sendmail arguments',             #loc
         },
     },
     SendmailBounceArguments => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'SendmailBounceArguments',       #loc
+            Description => 'Sendmail bounce arguments',       #loc
         },
     },
     SendmailPath => {
         Widget          => '/Widgets/Form/String',
         WidgetArguments => {
-            Description => 'SendmailPath',                  #loc
+            Description => 'Sendmail path',                  #loc
         },
     },
 


More information about the Rt-commit mailing list