From 2e82c98c6039ffc5560ab32e6c549c265c1b373e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Thu, 8 Dec 2005 15:18:19 +0000 Subject: [PATCH] Modif titre --- htdocs/telephonie/script/graph-statistiques-tempsreels.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/script/graph-statistiques-tempsreels.php b/htdocs/telephonie/script/graph-statistiques-tempsreels.php index fe89f30113d..acd18aac166 100644 --- a/htdocs/telephonie/script/graph-statistiques-tempsreels.php +++ b/htdocs/telephonie/script/graph-statistiques-tempsreels.php @@ -129,7 +129,7 @@ if ($resql) $graph->img->SetMargin(50,20,20,35); $graph->xaxis->scale->SetGrace(20); - $graph->title->Set("Consommation en cours"); + $graph->title->Set("Consommation en cours (en minutes)"); $graph->xaxis->SetTickLabels($labels); $b2plot = new LinePlot($datas); -- GitLab