bug 276 fixed: french word "du" was hardcoded on day stats. Replaced by a
":", just like for month stats. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1037 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
eb692b973e
commit
c4cb551358
1 changed files with 1 additions and 1 deletions
|
@ -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 = add_session_id($url_back);
|
||||
$title_details='<a href='.$url_back.'>'.$lang['stats_day_title'].'</a>';
|
||||
|
|
Loading…
Add table
Reference in a new issue