From 6f090c6846b92b50124cbc2acdf3268a2498b8a3 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 24 Apr 2009 19:18:40 +0000 Subject: [PATCH] Monotone-Parent: f5da94d723f4e50739689feb2eddb888c5cec423 Monotone-Revision: 396cb9daa0f5866edb2141f879e47a4b45dbabce Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-04-24T19:18:40 Monotone-Branch: ca.inverse.sogo --- UI/MainUI/SOGoUserHomePage.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/MainUI/SOGoUserHomePage.m b/UI/MainUI/SOGoUserHomePage.m index 72d860e0e..fc4475bb6 100644 --- a/UI/MainUI/SOGoUserHomePage.m +++ b/UI/MainUI/SOGoUserHomePage.m @@ -1,6 +1,6 @@ /* SOGoUserHomePage.m - this file is part of SOGo * - * Copyright (C) 2007, 2008 Inverse inc. + * Copyright (C) 2007-2009 Inverse inc. * * Author: Wolfgang Sourdeau * @@ -71,7 +71,7 @@ static NSString *LDAPContactInfoAttribute = nil; || [defaultModule isEqualToString: @"Mail"])) { [self logWithFormat: @"default module '%@' not accepted (must be" - @"'Calendar', 'Contacts' or Mail)", defaultModule]; + @"'Calendar', 'Contacts' or 'Mail')", defaultModule]; defaultModule = @"Calendar"; } }