rename some menus
This commit is contained in:
parent
db9c2992e3
commit
a17f280f7d
@ -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'),
|
||||||
|
Reference in New Issue
Block a user