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

sartak at bestpractical.com sartak at bestpractical.com
Wed Apr 15 18:59:00 EDT 2009


Author: sartak
Date: Wed Apr 15 18:59:00 2009
New Revision: 19209

Modified:
   rt/3.8/trunk/   (props changed)
   rt/3.8/trunk/share/html/Elements/DashboardTabs

Log:
 r82186 at onn:  sartak | 2009-04-15 18:58:47 -0400
 Really confused as to why this wasn't already fixed


Modified: rt/3.8/trunk/share/html/Elements/DashboardTabs
==============================================================================
--- rt/3.8/trunk/share/html/Elements/DashboardTabs	(original)
+++ rt/3.8/trunk/share/html/Elements/DashboardTabs	Wed Apr 15 18:59:00 2009
@@ -14,7 +14,7 @@
         ++$position;
         my $key = sprintf 'D-%03d', $position;
         $key => {
-            title => '"' . $_->Name . '"',
+            title => $_->Name,
             path  => 'Dashboards/' . $_->Id . '/' . $_->Name,
         }
     }
@@ -22,9 +22,7 @@
 };
 
 $tabs->{"A"} = {
-    # every dashboard gets its name surrounded with "", so it's better to be
-    # consistent here, even though the language may not use ""s
-    title => '"' . loc('Home') . '"',
+    title => loc('Home'),
     path  => 'index.html',
 };
 


More information about the Rt-commit mailing list