From a17f280f7da6d99287f2ed837f4ca9cc14a74da9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 19 Nov 2015 00:10:32 +0100 Subject: rename some menus --- include/widgets.php | 6 +++--- 1 file changed, 3 insertions(+), 3 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'), -- cgit v1.2.3 From ee39e3cf7268b260ac12d0dd8157a47fdd579ff0 Mon Sep 17 00:00:00 2001 From: ken restivo Date: Wed, 18 Nov 2015 19:12:22 -0800 Subject: Bump version so migrator tool can verify that mods to account.php etc in 312cc41 and 1f2a408 were applied. --- version.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3