rename some menus

This commit is contained in:
Mario Vavti 2015-11-19 00:10:32 +01:00
parent db9c2992e3
commit a17f280f7d

View File

@ -668,9 +668,9 @@ function widget_eventsmenu($arr) {
return replace_macros(get_markup_template('events_side.tpl'), array( return replace_macros(get_markup_template('events_side.tpl'), array(
'$title' => t('Events Menu'), '$title' => t('Events Menu'),
'$day' => t('Day'), '$day' => t('Day View'),
'$week' => t('Week'), '$week' => t('Week View'),
'$month' => t('Month'), '$month' => t('Month View'),
'$today' => t('Today'), '$today' => t('Today'),
'$export' => t('Export'), '$export' => t('Export'),
'$upload' => t('Import'), '$upload' => t('Import'),