Fixed bug 1930

Notification e-mail are not available on transifex for translate
This simply needed to be passed to the translation before returning.
This commit is contained in:
Luc Charland
2012-09-19 16:11:17 -04:00
parent 491089e194
commit 26c97fe4ed
@@ -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