diff --git a/Main/SOGo.m b/Main/SOGo.m index 7b0bf80aa..f2b3f9e0a 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -509,9 +509,9 @@ static BOOL debugLeaks; } if (!locale) + // no appropriate language, fallback to default locale = [[self resourceManager] localeForLanguageNamed: @"English"]; - /* no appropriate language, fallback to default */ return locale; }