[Rt-commit] r15549 - rt/3.8/trunk/lib/RT

clkao at bestpractical.com clkao at bestpractical.com
Wed Aug 27 13:08:18 EDT 2008


Author: clkao
Date: Wed Aug 27 13:08:17 2008
New Revision: 15549

Modified:
   rt/3.8/trunk/lib/RT/Config.pm

Log:
tweak loc string for date formats.

Modified: rt/3.8/trunk/lib/RT/Config.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Config.pm	(original)
+++ rt/3.8/trunk/lib/RT/Config.pm	Wed Aug 27 13:08:17 2008
@@ -184,10 +184,10 @@
             Description => 'Date format',                            #loc
             Values      => [qw(DefaultFormat RFC2822 ISO W3CDTF)],
             ValuesLabel => {
-                DefaultFormat => 'Tue Dec 25 21:59:12 1995',           #loc
-                RFC2822       => 'Tue, 25 Dec 1995 21:59:12 -0300',    #loc
-                ISO           => '1995-11-25 21:59:12',                #loc
-                W3CDTF        => '1995-11-25T21:59:12Z',               #loc
+                DefaultFormat => 'Tue Dec 25 21:59:12 1995',           #loc_left_pair
+                RFC2822       => 'Tue, 25 Dec 1995 21:59:12 -0300',    #loc_left_pair
+                ISO           => '1995-11-25 21:59:12',                #loc_left_pair
+                W3CDTF        => '1995-11-25T21:59:12Z',               #loc_left_pair
             },
         },
     },


More information about the Rt-commit mailing list