diff options
author | volcom <volcom@piwigo.org> | 2005-10-30 20:35:39 +0000 |
---|---|---|
committer | volcom <volcom@piwigo.org> | 2005-10-30 20:35:39 +0000 |
commit | 7b9d91a8e680763af8b18052d3acf0431965811e (patch) | |
tree | 0099039dfca51038ea3092ba446f5e9682461704 /language/en_UK.iso-8859-1/admin.lang.php | |
parent | 4caa3f6c84522ac6285cb74f75217ea40000682f (diff) |
2005-10-30 volcom
* bug 190 fixed: issue in stats.tpl display
* bug fixed: labels of monthly, daily graph fixed
git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index b08a8e230..d17f86b49 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -262,7 +262,7 @@ $lang['selection'] = 'selection'; $lang['set to'] = 'set to'; $lang['singly represented'] = 'singly represented'; $lang['stats_global_graph_title'] = 'Pages seen by month'; -$lang['stats_dayly_graph_title'] = 'Pages seen by hour'; +$lang['stats_daily_graph_title'] = 'Pages seen by hour'; $lang['stats_monthly_graph_title'] = 'Pages seen by day'; $lang['stats_month_title'] = 'Monthly statistics'; $lang['stats_day_title'] = 'Daily statistics'; |