[Rt-commit] r15125 - rt/3.8/trunk/share/html/Dashboards/Elements

clkao at bestpractical.com clkao at bestpractical.com
Wed Aug 13 11:11:09 EDT 2008


Author: clkao
Date: Wed Aug 13 11:11:09 2008
New Revision: 15125

Modified:
   rt/3.8/trunk/share/html/Dashboards/Elements/ShowSubscription

Log:
Update ShowSubscription i18n strings.


Modified: rt/3.8/trunk/share/html/Dashboards/Elements/ShowSubscription
==============================================================================
--- rt/3.8/trunk/share/html/Dashboards/Elements/ShowSubscription	(original)
+++ rt/3.8/trunk/share/html/Dashboards/Elements/ShowSubscription	Wed Aug 13 11:11:09 2008
@@ -63,13 +63,13 @@
 
     if ($freq eq 'weekly') {
         my $day = (qw/Monday Tuesday Wednesday Thursday Friday Saturday Sunday/)[$Subscription->SubValue('Dow')];
-        $frequency = loc("[_1] (on [_2]) at [_3]", $freq, $day, $hour);
+        $frequency = loc("weekly (on [_1]) at [_2]", loc($day), $hour);
     }
     elsif ($freq eq 'monthly') {
-        $frequency = loc("[_1] (day [_2]) at [_3]", $freq, $Subscription->SubValue('Dom'), $hour);
+        $frequency = loc("monthly (day [_1]) at [_2]", $Subscription->SubValue('Dom'), $hour);
     } 
     elsif ($freq eq 'daily') {
-        $frequency = loc("[_1] at [_2]", $freq, $hour);
+        $frequency = loc("daily at [_1]", $hour);
     }
 }
 </%INIT>


More information about the Rt-commit mailing list