mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Calendar: Fix missing translation in import filter
This commit is contained in:
parent
3a54a93eb3
commit
67a1b107a7
@ -67,7 +67,7 @@ class calendar_wizard_import_csv extends importexport_wizard_basic_import_csv
|
||||
|
||||
// Search can only deal with ID
|
||||
$sel_options['string'] = array(
|
||||
'id' => 'Calendar ID'
|
||||
'id' => lang('Calendar ID')
|
||||
);
|
||||
|
||||
if(!$content['skip_conflicts'] && $content['plugin_options']['skip_conflicts'])
|
||||
|
Loading…
Reference in New Issue
Block a user