diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index 7eb8926d36..8e6f57c428 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -431,10 +431,10 @@ class calendar_hooks ), 'export_timezone' => array( 'type' => 'select', - 'label' => 'Timezone of event exports', + 'label' => 'Timezone of event iCal file import/export', 'name' => 'export_timezone', 'values' => $export_tzs, - 'help' => 'Use this timezone to export calendar data.', + 'help' => 'Use this timezone to import/export calendar data.', 'xmlrpc' => True, 'admin' => False, 'default' => '0', // Use event's TZ