summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php4
1 files changed, 2 insertions, 2 deletions
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,