[Rt-commit] r14002 - rt/3.8/branches/3.8.0-releng/lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Fri Jul 11 11:14:34 EDT 2008


Author: jesse
Date: Fri Jul 11 11:14:32 2008
New Revision: 14002

Modified:
   rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm

Log:
 r39535 at 68-246-144-190 (orig r13939):  elacour | 2008-07-10 07:14:33 -0400
  r9971 at datura:  manu | 2008-07-10 13:13:12 +0200
  Added missing  #loc on one Hint
 


Modified: rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm
==============================================================================
--- rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm	(original)
+++ rt/3.8/branches/3.8.0-releng/lib/RT/Config.pm	Fri Jul 11 11:14:32 2008
@@ -173,7 +173,7 @@
         Widget          => '/Widgets/Form/Boolean',
         WidgetArguments => {
             Description => 'Use monospace font',
-            Hints       => "Use fixed-width font to display plaintext messages"
+            Hints       => "Use fixed-width font to display plaintext messages" #loc
 	},
     },
     DateTimeFormat => {


More information about the Rt-commit mailing list