summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-05 15:07:36 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-05 15:07:36 +0000
commit4e4e41250051cbae6e9be0300d9140e3670dbcd8 (patch)
tree168dfb78b99358876f8c41bb1f568669a12c98e4 /lib.php
parented3116a2c79f74479e094f8099766fcca0cb02a6 (diff)
downloadpkgsubmit-4e4e41250051cbae6e9be0300d9140e3670dbcd8.tar
pkgsubmit-4e4e41250051cbae6e9be0300d9140e3670dbcd8.tar.gz
pkgsubmit-4e4e41250051cbae6e9be0300d9140e3670dbcd8.tar.bz2
pkgsubmit-4e4e41250051cbae6e9be0300d9140e3670dbcd8.tar.xz
pkgsubmit-4e4e41250051cbae6e9be0300d9140e3670dbcd8.zip
fix charts labels
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,