forked from extern/egroupware
use already translated phrase "weekview"
This commit is contained in:
parent
d75ca6ad13
commit
3314ca2ea0
@ -118,7 +118,7 @@ class calendar_hooks
|
|||||||
);
|
);
|
||||||
$list_views = array(
|
$list_views = array(
|
||||||
0 => lang('None'),
|
0 => lang('None'),
|
||||||
'month' => lang('Month view'),
|
'month' => lang('Monthview'),
|
||||||
'weekN' => lang('Multiple week view'),
|
'weekN' => lang('Multiple week view'),
|
||||||
'week' => lang('Weekview'),
|
'week' => lang('Weekview'),
|
||||||
'day4' => lang('Four days view'),
|
'day4' => lang('Four days view'),
|
||||||
|
Loading…
Reference in New Issue
Block a user