aboutsummaryrefslogtreecommitdiffstats
path: root/include/calendar_base.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/calendar_base.class.php')
-rw-r--r--include/calendar_base.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php
index ee1fe7bea..02fa9451d 100644
--- a/include/calendar_base.class.php
+++ b/include/calendar_base.class.php
@@ -95,7 +95,7 @@ class CalendarBase
}
elseif ('any' === $date_component )
{
- $label = l10n('calendar_any');
+ $label = l10n('All');
}
return $label;
}
@@ -192,7 +192,7 @@ class CalendarBase
array( 'start' )
);
$nav_bar_datas[]=array(
- 'LABEL' => l10n('calendar_any'),
+ 'LABEL' => l10n('All'),
'URL' => $url
);
}