diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-19 00:10:32 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-19 00:10:32 +0100 |
commit | a17f280f7da6d99287f2ed837f4ca9cc14a74da9 (patch) | |
tree | 6901821327ca5a10d8c0780ff67f48c0a1457a78 | |
parent | db9c2992e3102323b7500213c1ddea3b8611e1f0 (diff) | |
download | volse-hubzilla-a17f280f7da6d99287f2ed837f4ca9cc14a74da9.tar.gz volse-hubzilla-a17f280f7da6d99287f2ed837f4ca9cc14a74da9.tar.bz2 volse-hubzilla-a17f280f7da6d99287f2ed837f4ca9cc14a74da9.zip |
rename some menus
-rw-r--r-- | include/widgets.php | 6 |
1 files 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'), |