mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
(fix) Remove non-localized languages names
This commit is contained in:
@@ -1644,7 +1644,7 @@ static NSArray *reminderValues = nil;
|
||||
|
||||
- (NSString *) languageText
|
||||
{
|
||||
return [NSString stringWithFormat: @"(%@) %@", item, [self labelForKey: item]];
|
||||
return [self labelForKey: item];
|
||||
}
|
||||
|
||||
- (BOOL) mailAuxiliaryUserAccountsEnabled
|
||||
|
||||
Reference in New Issue
Block a user