[Fusionforge-commits] r7550 - trunk/gforge/www/scm/reporting

Christian Bayle cbayle at libremir.placard.fr.eu.org
Thu Apr 30 23:00:27 CEST 2009


Author: cbayle
Date: 2009-04-30 23:00:27 +0200 (Thu, 30 Apr 2009)
New Revision: 7550

Modified:
   trunk/gforge/www/scm/reporting/commits_graph.php
Log:
Localize/decode the title


Modified: trunk/gforge/www/scm/reporting/commits_graph.php
===================================================================
--- trunk/gforge/www/scm/reporting/commits_graph.php	2009-04-30 20:34:56 UTC (rev 7549)
+++ trunk/gforge/www/scm/reporting/commits_graph.php	2009-04-30 21:00:27 UTC (rev 7550)
@@ -94,7 +94,8 @@
 $graph  = new PieGraph(640, 480,"auto");
 //$graph->SetMargin(50,10,35,50);
 
-$graph->title->Set("Commits By User (".date('m/d/Y',$start) ."-". date('m/d/Y',$end) .")");
+//$graph->title->Set("Commits By User (".date('m/d/Y',$start) ."-". date('m/d/Y',$end) .")");
+$graph->title->Set(utf8_decode(_("Commits By User")." (".strftime('%x',$start) ." - ". strftime('%x',$end) .")"));
 $graph->subtitle->Set($sys_name);
 
 // Create the tracker open plot




More information about the Fusionforge-commits mailing list