mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Fix typo: definitition -> definition
This commit is contained in:
@ -306,7 +306,7 @@ class addressbook_hooks
|
|||||||
$settings['nextmatch-export-definition'] = array(
|
$settings['nextmatch-export-definition'] = array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'values' => $options,
|
'values' => $options,
|
||||||
'label' => 'Export definitition to use for nextmatch export',
|
'label' => 'Export definition to use for nextmatch export',
|
||||||
'name' => 'nextmatch-export-definition',
|
'name' => 'nextmatch-export-definition',
|
||||||
'help' => lang('If you specify an export definition, it will be used when you export'),
|
'help' => lang('If you specify an export definition, it will be used when you export'),
|
||||||
'run_lang' => false,
|
'run_lang' => false,
|
||||||
|
@ -642,7 +642,7 @@ class calendar_hooks
|
|||||||
$settings['nextmatch-export-definition'] = array(
|
$settings['nextmatch-export-definition'] = array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'values' => $options,
|
'values' => $options,
|
||||||
'label' => 'Export definitition to use for nextmatch export',
|
'label' => 'Export definition to use for nextmatch export',
|
||||||
'name' => 'nextmatch-export-definition',
|
'name' => 'nextmatch-export-definition',
|
||||||
'help' => lang('If you specify an export definition, it will be used when you export'),
|
'help' => lang('If you specify an export definition, it will be used when you export'),
|
||||||
'run_lang' => false,
|
'run_lang' => false,
|
||||||
|
@ -225,7 +225,7 @@ class filemanager_hooks
|
|||||||
$settings['nextmatch-export-definition'] = array(
|
$settings['nextmatch-export-definition'] = array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'values' => $options,
|
'values' => $options,
|
||||||
'label' => 'Export definitition to use for nextmatch export',
|
'label' => 'Export definition to use for nextmatch export',
|
||||||
'name' => 'nextmatch-export-definition',
|
'name' => 'nextmatch-export-definition',
|
||||||
'help' => lang('If you specify an export definition, it will be used when you export'),
|
'help' => lang('If you specify an export definition, it will be used when you export'),
|
||||||
'run_lang' => false,
|
'run_lang' => false,
|
||||||
|
@ -432,7 +432,7 @@ class infolog_hooks
|
|||||||
$settings['nextmatch-export-definition'] = array(
|
$settings['nextmatch-export-definition'] = array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'values' => $options,
|
'values' => $options,
|
||||||
'label' => 'Export definitition to use for nextmatch export',
|
'label' => 'Export definition to use for nextmatch export',
|
||||||
'name' => 'nextmatch-export-definition',
|
'name' => 'nextmatch-export-definition',
|
||||||
'help' => lang('If you specify an export definition, it will be used when you export'),
|
'help' => lang('If you specify an export definition, it will be used when you export'),
|
||||||
'run_lang' => false,
|
'run_lang' => false,
|
||||||
|
@ -211,7 +211,7 @@ class resources_hooks
|
|||||||
$settings['nextmatch-export-definition'] = array(
|
$settings['nextmatch-export-definition'] = array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'values' => $options,
|
'values' => $options,
|
||||||
'label' => 'Export definitition to use for nextmatch export',
|
'label' => 'Export definition to use for nextmatch export',
|
||||||
'name' => 'nextmatch-export-definition',
|
'name' => 'nextmatch-export-definition',
|
||||||
'help' => lang('If you specify an export definition, it will be used when you export'),
|
'help' => lang('If you specify an export definition, it will be used when you export'),
|
||||||
'run_lang' => false,
|
'run_lang' => false,
|
||||||
|
@ -225,7 +225,7 @@ class timesheet_hooks
|
|||||||
$settings['nextmatch-export-definition'] = array(
|
$settings['nextmatch-export-definition'] = array(
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'values' => $options,
|
'values' => $options,
|
||||||
'label' => 'Export definitition to use for nextmatch export',
|
'label' => 'Export definition to use for nextmatch export',
|
||||||
'name' => 'nextmatch-export-definition',
|
'name' => 'nextmatch-export-definition',
|
||||||
'help' => lang('If you specify an export definition, it will be used when you export'),
|
'help' => lang('If you specify an export definition, it will be used when you export'),
|
||||||
'run_lang' => false,
|
'run_lang' => false,
|
||||||
|
Reference in New Issue
Block a user