Bug #1476: Mark title chart to be translated

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-07-06 12:29:06 +02:00
parent 2588a48dcb
commit fd440e06c8

View file

@ -212,7 +212,7 @@ public class DashboardController extends GenericForwardComposer {
final String divId = "task-completation-lag";
BarChart<Integer> barChart;
barChart = new BarChart<Integer>("Task Completation Lead/Lag");
barChart = new BarChart<Integer>(_("Task Completation Lead/Lag"));
barChart.setFillZero(true);
barChart.setHighlightMouseDown(true);