From fd57625c541ad1889b654787eb8586b6f192eca5 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 2 Nov 2016 12:02:57 -0400 Subject: [PATCH] Update comment --- UI/Scheduler/UIxAppointmentEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index e05d55fd1..7280ac391 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -693,7 +693,7 @@ [eventEndDate setTimeZone: timeZone]; // resetAlarm=yes is set only when we are about to show the alarm popup in the Web - // interface of SOGo. See generic.js for details. snoozeAlarm=X is called when the + // interface of SOGo. See Alarm.service.js for details. snoozeAlarm=X is called when the // user clicks on "Snooze for" X minutes, when the popup is being displayed. // If either is set, we must find the right alarm. resetAlarm = [[[context request] formValueForKey: @"resetAlarm"] boolValue];