summaryrefslogtreecommitdiffstats
path: root/lib.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-10 15:29:32 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-10 15:29:32 +0000
commitda77c51696c7445f369cab7c5d9ad19f85a8ff0c (patch)
tree2aadbf82bb1d65ae053d3e85198ac8f83662e874 /lib.php
parent40cc39bec38db8f324b8695bd2afabc22870b1f6 (diff)
downloadpkgsubmit-da77c51696c7445f369cab7c5d9ad19f85a8ff0c.tar
pkgsubmit-da77c51696c7445f369cab7c5d9ad19f85a8ff0c.tar.gz
pkgsubmit-da77c51696c7445f369cab7c5d9ad19f85a8ff0c.tar.bz2
pkgsubmit-da77c51696c7445f369cab7c5d9ad19f85a8ff0c.tar.xz
pkgsubmit-da77c51696c7445f369cab7c5d9ad19f85a8ff0c.zip
fix label
Diffstat (limited to 'lib.php')
-rw-r--r--lib.php2
1 files changed, 1 insertions, 1 deletions
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'