[Rt-commit] r13940 - in rt/3.8/trunk: .

elacour at bestpractical.com elacour at bestpractical.com
Thu Jul 10 07:14:50 EDT 2008


Author: elacour
Date: Thu Jul 10 07:14:49 2008
New Revision: 13940

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Widgets/FinalizeWidgetArguments

Log:
 r9972 at datura:  manu | 2008-07-10 13:14:25 +0200
 Process Hints localization.


Modified: rt/3.8/trunk/share/html/Widgets/FinalizeWidgetArguments
==============================================================================
--- rt/3.8/trunk/share/html/Widgets/FinalizeWidgetArguments	(original)
+++ rt/3.8/trunk/share/html/Widgets/FinalizeWidgetArguments	Thu Jul 10 07:14:49 2008
@@ -50,6 +50,7 @@
 
     %args = (%args, %{ $args{Callback}->() }) if $args{Callback};
     $args{'Description'} = loc( $args{'Description'} ) if $args{'Description'};
+    $args{'Hints'} = loc( $args{'Hints'} ) if $args{'Hints'};
     if ( $args{'ValuesLabel'} ) {
         while (my ($k, $v) = each %{ $args{'ValuesLabel'} } ) {
             $args{'ValuesLabel'}->{$k} = loc( $args{'ValuesLabel'}->{$k} );


More information about the Rt-commit mailing list