From f9823c912b84218eec7456cd24ed137146090232 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 6 Mar 2005 21:31:19 +0000 Subject: - bug fixed : "all" categories link name is now localized git-svn-id: http://piwigo.org/svn/trunk@744 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_calendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/category_calendar.inc.php') diff --git a/include/category_calendar.inc.php b/include/category_calendar.inc.php index 9451e5684..fd6c11861 100644 --- a/include/category_calendar.inc.php +++ b/include/category_calendar.inc.php @@ -370,7 +370,7 @@ elseif (isset($page['calendar_day'])) { if ($calendar_category == 0) { - $name = '[all]'; + $name = '['.$lang['all_categories'].']'; } else { -- cgit v1.2.3