aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/widgets.php6
-rw-r--r--version.inc2
2 files changed, 4 insertions, 4 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 2724b42aa..f979ef2c4 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -668,9 +668,9 @@ function widget_eventsmenu($arr) {
return replace_macros(get_markup_template('events_side.tpl'), array(
'$title' => t('Events Menu'),
- '$day' => t('Day'),
- '$week' => t('Week'),
- '$month' => t('Month'),
+ '$day' => t('Day View'),
+ '$week' => t('Week View'),
+ '$month' => t('Month View'),
'$today' => t('Today'),
'$export' => t('Export'),
'$upload' => t('Import'),
diff --git a/version.inc b/version.inc
index a1de68ee0..369ed3cb7 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2015-11-18.1220
+2015-11-18.1221