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

elacour at bestpractical.com elacour at bestpractical.com
Mon Jun 9 11:41:10 EDT 2008


Author: elacour
Date: Mon Jun  9 11:41:08 2008
New Revision: 13053

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

Log:
 r9323 at datura:  manu | 2008-06-09 17:41:00 +0200
 More #loc misses.


Modified: rt/branches/3.8-TESTING/lib/RT/Config.pm
==============================================================================
--- rt/branches/3.8-TESTING/lib/RT/Config.pm	(original)
+++ rt/branches/3.8-TESTING/lib/RT/Config.pm	Mon Jun  9 11:41:08 2008
@@ -209,10 +209,10 @@
         WidgetArguments => {
             Description => 'Email delivery',    #loc
             Values      => [
-                'Individual messages',
-                'Daily digest',
-                'Weekly digest',
-                'Suspended'
+                'Individual messages',    #loc
+                'Daily digest',           #loc
+                'Weekly digest',          #loc
+                'Suspended'               #loc
             ]
             }
             },


More information about the Rt-commit mailing list