- Timestamp:
- 02/06/11 16:46:28 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/ProfileViewController.m
r811 r818 123 123 if ([[aProf objectForKey:@"isActive"] integerValue] == 1) { 124 124 cell.textLabel.textColor = [UIColor blueColor]; 125 cell.detailTextLabel.text = [NSString stringWithFormat:LocStr(@"Active: %d contact items enabled"), recordsCount]; 125 // cell.detailTextLabel.text = [NSString stringWithFormat:LocStr(@"Active: %d contact items enabled"), recordsCount]; 126 cell.detailTextLabel.text = LocStr(@"Active Profile"); 126 127 } else { 127 128 cell.textLabel.textColor = [UIColor blackColor];








