(fix) Remove non-localized languages names

This commit is contained in:
Francis Lachapelle
2016-01-13 10:52:36 -05:00
parent 93d1c3d4e7
commit 1a1f74b5d0
+1 -1
View File
@@ -1644,7 +1644,7 @@ static NSArray *reminderValues = nil;
- (NSString *) languageText
{
return [NSString stringWithFormat: @"(%@) %@", item, [self labelForKey: item]];
return [self labelForKey: item];
}
- (BOOL) mailAuxiliaryUserAccountsEnabled