From 9f586db2a057814bbb2a1efa8d646deddcefacf8 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 24 Sep 2012 14:27:22 -0400 Subject: [PATCH] Fixed error message according to translations --- SoObjects/Appointments/SOGoAppointmentObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 714d15693..09eefec8a 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -1365,7 +1365,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent reason: @"delegate is organizer"]; if ([event isAttendee: [[delegate email] rfc822Email]]) ex = [NSException exceptionWithHTTPStatus: 403 - reason: @"delegate is a attendee"]; + reason: @"delegate is a participant"]; else if ([SOGoGroup groupWithEmail: [[delegate email] rfc822Email] inDomain: [ownerUser domain]]) ex = [NSException exceptionWithHTTPStatus: 403