use already translated phrase "weekview"

This commit is contained in:
Ralf Becker 2017-10-04 09:16:52 +02:00
parent d75ca6ad13
commit 3314ca2ea0

View File

@ -118,7 +118,7 @@ class calendar_hooks
);
$list_views = array(
0 => lang('None'),
'month' => lang('Month view'),
'month' => lang('Monthview'),
'weekN' => lang('Multiple week view'),
'week' => lang('Weekview'),
'day4' => lang('Four days view'),