aboutsummaryrefslogtreecommitdiffstats
path: root/admin/stats.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-02-13 21:44:17 +0000
committerplegall <plg@piwigo.org>2006-02-13 21:44:17 +0000
commit1e904aeca42262a56761ec43c0c458a8bc30b80e (patch)
tree59757ddee8881b538f02a65beb3280b44da0e3f4 /admin/stats.php
parentdac7decfb5d01ff27797ba3ba39ea8af3766b89e (diff)
merge -r1036:1037 from branches/branch-1_5 into trunk (bug 276 fixed)
git-svn-id: http://piwigo.org/svn/trunk@1038 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/stats.php')
-rw-r--r--admin/stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/stats.php b/admin/stats.php
index 02d7ec5d8..ac23c5ea5 100644
--- a/admin/stats.php
+++ b/admin/stats.php
@@ -60,7 +60,7 @@ else
if (isset($_GET['day']) && isset($_GET['month']) && isset($_GET['year']) )
{
$date_of_day=$_GET['day'].' '.$lang['month'][$_GET['month']].' '.$_GET['year'];
- $title_page=$lang['stats_day_title'].' du '.$date_of_day;
+ $title_page=$lang['stats_day_title'].' : '.$date_of_day;
$url_back = PHPWG_ROOT_PATH."admin.php?page=stats";
$url_back = $url_back;
$title_details='<a href='.$url_back.'>'.$lang['stats_day_title'].'</a>';