diff --git a/calendar/inc/class.calendar_uiforms.inc.php b/calendar/inc/class.calendar_uiforms.inc.php index d72bf1f2d2..d1139b046b 100644 --- a/calendar/inc/class.calendar_uiforms.inc.php +++ b/calendar/inc/class.calendar_uiforms.inc.php @@ -1548,14 +1548,14 @@ class calendar_uiforms extends calendar_ui 'sendrequest' => array('label' => 'Meetingrequest to all participants', 'title' => 'Send meetingrequest to all participants after the event is saved'), ), 'participants[notify_externals]' => [ - 'yes' => ['label' => 'Yes', 'title' => 'Notify all externals (non-users) about this event'], - 'no' => ['label' => 'No', 'title' => 'Do NOT notify externals (non-users) about this event'], - 'never' => ['label' => 'Never', 'title' => 'Never notify externals (non-users) about events I create'], - 'add_cancel' => ['label' => 'Always', 'title' => 'on invitation / cancellation only'], - 'time_change_4h' => ['label' => 'Always', 'title' => 'on time change of more than 4 hours too'], - 'time_change' => ['label' => 'Always', 'title' => 'on any time change too'], - 'modifications' => ['label' => 'Always', 'title' => 'on all modification, but responses'], - 'responses' => ['label' => 'Always', 'title' => 'on participant responses too'], + 'yes' => lang('Yes').', '.lang('Notify all externals (non-users) about this event'), + 'no' => lang('No').', '.lang('Do NOT notify externals (non-users) about this event'), + 'never' => lang('Never notify externals (non-users) about events I create'), + 'add_cancel' => lang('Always').', '.lang('on invitation / cancellation only'), + 'time_change_4h' => lang('Always').', '.lang('on time change of more than 4 hours too'), + 'time_change' => lang('Always').', '.lang('on any time change too'), + 'modifications' => lang('Always').', '.lang('on all modification, but responses'), + 'responses' => lang('Always').', '.lang('on participant responses too'), ], ); unset($sel_options['status']['G']); diff --git a/calendar/templates/default/edit.xet b/calendar/templates/default/edit.xet index 6ec550debf..68a0ba0404 100644 --- a/calendar/templates/default/edit.xet +++ b/calendar/templates/default/edit.xet @@ -46,16 +46,13 @@ - + - + - - + + @@ -85,7 +88,7 @@ -