From ae0bd0a0b76373f77f5c6a1ee59da9e2e736c647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Wed, 14 Apr 2010 15:08:57 +0000 Subject: [PATCH] Clarify iCal file export TZ option --- calendar/inc/class.calendar_hooks.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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