diff options
author | gweltas <gweltas@piwigo.org> | 2004-10-11 18:04:46 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-10-11 18:04:46 +0000 |
commit | 032365cb6104961773e9546fc45240e7bf3d40a9 (patch) | |
tree | 55c2fedadf2395d75fc6055c7a02034d24bef700 /admin/images/global_stats.img.php | |
parent | e498aca2f8c9471d2be62aa08bc31b26024ca347 (diff) |
-Stat template
git-svn-id: http://piwigo.org/svn/trunk@566 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/images/global_stats.img.php')
-rw-r--r-- | admin/images/global_stats.img.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/images/global_stats.img.php b/admin/images/global_stats.img.php index 21a89ef8f..91062ef05 100644 --- a/admin/images/global_stats.img.php +++ b/admin/images/global_stats.img.php @@ -33,7 +33,7 @@ include_once( 'phpBarGraph.php' ); //------------------------------------------------ variable definition $outputFormat = "png"; -$legend = $lang['stats_pages_seen_graph_title']; +$legend = $lang['stats_global_graph_title']; $imageHeight = 256; $imageWidth = 320; $sql = "SELECT DISTINCT COUNT(*), MONTH(date) |