[cleanup] [ios] Fixed uncommented localized string.

This commit is contained in:
Ilya Grechuhin 2017-01-10 16:16:06 +03:00
parent dcf987c228
commit 0f71cb83de

View file

@ -44,7 +44,7 @@ static Tcolor const g_color [] =
UILabel * header = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, customWidth, HEADERHEIGHT)];
header.backgroundColor = [UIColor clearColor];
header.text = NSLocalizedString(@"bookmark_color", nil);
header.text = L(@"bookmark_color");
header.font = [UIFont fontWithName:@"Helvetica" size:20];
header.textAlignment = NSTextAlignmentCenter;
header.textColor = [UIColor colorWithRed:51/255.f green:204/255.f blue:255/255.f alpha:1];