Fixed error message according to translations

maint-2.0.2
Francis Lachapelle 2012-09-24 14:27:22 -04:00
parent 459c80dbf6
commit 9f586db2a0
1 changed files with 1 additions and 1 deletions

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