From 4e4e41250051cbae6e9be0300d9140e3670dbcd8 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 5 Sep 2012 15:07:36 +0000 Subject: fix charts labels --- lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib.php') diff --git a/lib.php b/lib.php index daf8b9a..0dc1892 100644 --- a/lib.php +++ b/lib.php @@ -493,7 +493,7 @@ function draw_buildtime_chart() { {$rows} ]); var options = { - title: 'How long are most builds?', + title: 'How long are most of the builds?', hAxis: {title: 'Time'}, 'width':600, 'height':200, @@ -518,7 +518,7 @@ function draw_buildschedule_chart() { {$rows} ]); var options = { - title: 'When did builds happen? (CET)', + title: 'When do builds happen? (CET)', hAxis: {title: 'Hours'}, 'width':600, 'height':200, -- cgit v1.2.1