From 121119a395412145ff047d917aeb3df2e9d9fe7a Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 8 Jul 2010 04:47:28 +0000 Subject: [PATCH] Monotone-Parent: 91077f9a3b3dec2d983310daef5d9923ce41255f Monotone-Revision: 6241da9328c33188944caa2dcd2511fa0574ea5b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-07-08T04:47:28 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAptMailICalReply.m | 2 +- SoObjects/Appointments/SOGoAptMailNotification.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAptMailICalReply.m b/SoObjects/Appointments/SOGoAptMailICalReply.m index 15a43828c..8a0f3b140 100644 --- a/SoObjects/Appointments/SOGoAptMailICalReply.m +++ b/SoObjects/Appointments/SOGoAptMailICalReply.m @@ -82,7 +82,7 @@ forKey: @"SentBy"]; sentByText = [sentByValues keysWithFormat: [self - labelForKey: @"(sent by %{SentBy})" + labelForKey: @"(sent by %{SentBy}) " inContext: context]]; } else diff --git a/SoObjects/Appointments/SOGoAptMailNotification.m b/SoObjects/Appointments/SOGoAptMailNotification.m index 71ca97772..ec52b25e7 100644 --- a/SoObjects/Appointments/SOGoAptMailNotification.m +++ b/SoObjects/Appointments/SOGoAptMailNotification.m @@ -171,7 +171,7 @@ forKey: @"SentBy"]; sentByText = [sentByValues keysWithFormat: [self - labelForKey: @"(sent by %{SentBy})" + labelForKey: @"(sent by %{SentBy}) " inContext: context]]; } else