diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php index 9fa00f128f..67177d9c6a 100644 --- a/addressbook/inc/class.addressbook_hooks.inc.php +++ b/addressbook/inc/class.addressbook_hooks.inc.php @@ -306,7 +306,7 @@ class addressbook_hooks $settings['nextmatch-export-definition'] = array( 'type' => 'select', 'values' => $options, - 'label' => 'Export definitition to use for nextmatch export', + 'label' => 'Export definition to use for nextmatch export', 'name' => 'nextmatch-export-definition', 'help' => lang('If you specify an export definition, it will be used when you export'), 'run_lang' => false, diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index 19f0cb9bbc..0aec202e32 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -642,7 +642,7 @@ class calendar_hooks $settings['nextmatch-export-definition'] = array( 'type' => 'select', 'values' => $options, - 'label' => 'Export definitition to use for nextmatch export', + 'label' => 'Export definition to use for nextmatch export', 'name' => 'nextmatch-export-definition', 'help' => lang('If you specify an export definition, it will be used when you export'), 'run_lang' => false, diff --git a/filemanager/inc/class.filemanager_hooks.inc.php b/filemanager/inc/class.filemanager_hooks.inc.php index dd246320d5..2825cac9d8 100644 --- a/filemanager/inc/class.filemanager_hooks.inc.php +++ b/filemanager/inc/class.filemanager_hooks.inc.php @@ -225,7 +225,7 @@ class filemanager_hooks $settings['nextmatch-export-definition'] = array( 'type' => 'select', 'values' => $options, - 'label' => 'Export definitition to use for nextmatch export', + 'label' => 'Export definition to use for nextmatch export', 'name' => 'nextmatch-export-definition', 'help' => lang('If you specify an export definition, it will be used when you export'), 'run_lang' => false, diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index 30ec0c149e..85388b0595 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -432,7 +432,7 @@ class infolog_hooks $settings['nextmatch-export-definition'] = array( 'type' => 'select', 'values' => $options, - 'label' => 'Export definitition to use for nextmatch export', + 'label' => 'Export definition to use for nextmatch export', 'name' => 'nextmatch-export-definition', 'help' => lang('If you specify an export definition, it will be used when you export'), 'run_lang' => false, diff --git a/resources/inc/class.resources_hooks.inc.php b/resources/inc/class.resources_hooks.inc.php index 425300375c..322163e9b2 100644 --- a/resources/inc/class.resources_hooks.inc.php +++ b/resources/inc/class.resources_hooks.inc.php @@ -211,7 +211,7 @@ class resources_hooks $settings['nextmatch-export-definition'] = array( 'type' => 'select', 'values' => $options, - 'label' => 'Export definitition to use for nextmatch export', + 'label' => 'Export definition to use for nextmatch export', 'name' => 'nextmatch-export-definition', 'help' => lang('If you specify an export definition, it will be used when you export'), 'run_lang' => false, diff --git a/timesheet/inc/class.timesheet_hooks.inc.php b/timesheet/inc/class.timesheet_hooks.inc.php index 4956a7fb90..08daac6d47 100644 --- a/timesheet/inc/class.timesheet_hooks.inc.php +++ b/timesheet/inc/class.timesheet_hooks.inc.php @@ -225,7 +225,7 @@ class timesheet_hooks $settings['nextmatch-export-definition'] = array( 'type' => 'select', 'values' => $options, - 'label' => 'Export definitition to use for nextmatch export', + 'label' => 'Export definition to use for nextmatch export', 'name' => 'nextmatch-export-definition', 'help' => lang('If you specify an export definition, it will be used when you export'), 'run_lang' => false,