From da77c51696c7445f369cab7c5d9ad19f85a8ff0c Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 10 Sep 2012 15:29:32 +0000 Subject: fix label --- lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.php') diff --git a/lib.php b/lib.php index e9a6b07..e29b3c4 100644 --- a/lib.php +++ b/lib.php @@ -501,7 +501,7 @@ function draw_buildtime_chart() { ]); var options = { title: 'How long are most of the builds?', - hAxis: {title: 'Time'}, + hAxis: {title: 'Duration'}, 'width':500, 'height':200, 'backgroundColor': '#f8f8f8' -- cgit v1.2.1