Fixed error message according to translations

This commit is contained in:
Francis Lachapelle
2012-09-24 14:27:22 -04:00
parent 459c80dbf6
commit 9f586db2a0

View File

@@ -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