Localization

This commit is contained in:
Francis Lachapelle
2016-01-05 13:56:40 -05:00
parent 0777e9fe67
commit 1b14fee96e
22 changed files with 719 additions and 58 deletions
+1 -1
View File
@@ -1634,7 +1634,7 @@ static NSArray *reminderValues = nil;
- (NSString *) languageText
{
return [self labelForKey: item];
return [NSString stringWithFormat: @"(%@) %@", item, [self labelForKey: item]];
}
- (BOOL) mailAuxiliaryUserAccountsEnabled