diff --git a/SoObjects/Appointments/SOGoAptMailICalReply.m b/SoObjects/Appointments/SOGoAptMailICalReply.m index ba796632b..23ad4a964 100644 --- a/SoObjects/Appointments/SOGoAptMailICalReply.m +++ b/SoObjects/Appointments/SOGoAptMailICalReply.m @@ -133,7 +133,7 @@ else bodyFormat = @"%{Attendee} %{SentByText}has not yet decided upon your event invitation."; - return [values keysWithFormat: bodyFormat]; + return [values keysWithFormat: [self labelForKey: bodyFormat inContext: context]]; } - (NSString *) getBody