This commit is contained in:
life
2016-05-23 16:30:48 +08:00
parent 04ddb5d9ab
commit 1f6ec5e949
9 changed files with 5 additions and 4 deletions

View File

@@ -302,7 +302,7 @@ NSArray *users;
cell.imageView.image = [UIImage imageNamed:@"leanote-icon-blue"];
// cell.imageView.tintColor = [UIColor redColor];
[cell.textLabel setText:@"Lea++"];
[cell.textLabel setText:NSLocalizedString(@"Leanote Explore", @"")];
[cell.detailTextLabel setText:@""];
// }
}