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

sartak at bestpractical.com sartak at bestpractical.com
Fri Aug 1 18:39:29 EDT 2008


Author: sartak
Date: Fri Aug  1 18:39:28 2008
New Revision: 14720

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/lib/RT/Dashboard.pm

Log:
 r68347 at onn:  sartak | 2008-08-01 18:39:07 -0400
 English fix, "Subscribe to email dashboards" is vestigial


Modified: rt/3.8/trunk/lib/RT/Dashboard.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/Dashboard.pm	(original)
+++ rt/3.8/trunk/lib/RT/Dashboard.pm	Fri Aug  1 18:39:28 2008
@@ -74,7 +74,7 @@
 use base qw/RT::SharedSetting/;
 
 my %new_rights = (
-    SubscribeDashboard => 'Subscribe to email dashboards', #loc_pair
+    SubscribeDashboard => 'Subscribe to dashboards', #loc_pair
 
     SeeDashboard       => 'View system dashboards', #loc_pair
     CreateDashboard    => 'Create system dashboards', #loc_pair


More information about the Rt-commit mailing list