From 26c97fe4ed7b652498b3b4d9246ed664f88d8bd8 Mon Sep 17 00:00:00 2001 From: Luc Charland Date: Wed, 19 Sep 2012 16:11:17 -0400 Subject: [PATCH] Fixed bug 1930 Notification e-mail are not available on transifex for translate This simply needed to be passed to the translation before returning. --- SoObjects/Appointments/SOGoAptMailICalReply.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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