mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Corrected a typo.
This commit is contained in:
parent
4e51415640
commit
e24f8561b2
@ -1165,7 +1165,7 @@
|
||||
$event['recur_enddate']['month'] = 0;
|
||||
$event['recur_enddate']['mday'] = 0;
|
||||
$event['recur_enddate']['year'] = 0;
|
||||
$event['recur_execption'] = array();
|
||||
$event['recur_exception'] = array();
|
||||
}
|
||||
$this->edit_form(
|
||||
Array(
|
||||
@ -1304,7 +1304,7 @@
|
||||
$str .= ' <option value="'.$i.'">'.$GLOBALS['phpgw']->common->show_date($event['recur_exception'][$i]).'</option>'."\n";
|
||||
}
|
||||
$this->output_template_array($p,'row','list',array(
|
||||
'field' => lang('Execptions'),
|
||||
'field' => lang('Exceptions'),
|
||||
'data' => '<select name="reinstate_index[]" multiple size="5">'."\n".$str.'</select>'
|
||||
));
|
||||
|
||||
|
@ -63,7 +63,7 @@ end date/time calendar en End Date/Time
|
||||
ends calendar en ends
|
||||
enter output filename: ( .vcs appended ) calendar en Enter Output Filename: ( .vcs appended )
|
||||
event details follow calendar en Event Details Follow
|
||||
execptions calendar en Execptions
|
||||
exceptions calendar en Exceptions
|
||||
export calendar en Export
|
||||
export a list of entries in ical format. calendar en Export a list of entries in iCal format.
|
||||
fieldseparator calendar en Fieldseparator
|
||||
|
Loading…
Reference in New Issue
Block a user