project_files/HedgewarsMobile/Classes/TeamConfigViewController.m
changeset 4504 8906b2409d97
parent 4486 2c8e4d859d37
child 4538 4c2dc9d75742
equal deleted inserted replaced
4503:a8ab151bcae3 4504:8906b2409d97
   234     label.textAlignment = UITextAlignmentCenter;
   234     label.textAlignment = UITextAlignmentCenter;
   235     label.font = [UIFont italicSystemFontOfSize:12];
   235     label.font = [UIFont italicSystemFontOfSize:12];
   236     label.textColor = [UIColor whiteColor];
   236     label.textColor = [UIColor whiteColor];
   237     label.numberOfLines = 1;
   237     label.numberOfLines = 1;
   238     if (section == 0)
   238     if (section == 0)
   239         label.text = NSLocalizedString(@"Tap to add hogs or change color, hold tap to remove team.",@"");
   239         label.text = NSLocalizedString(@"Tap to add hogs or change color, touch and hold to remove team.",@"");
   240     else
   240     else
   241         label.text = NSLocalizedString(@"The robot badge indicates an AI-controlled team.",@"");
   241         label.text = NSLocalizedString(@"The robot badge indicates an AI-controlled team.",@"");
   242 
   242 
   243     label.backgroundColor = [UIColor clearColor];
   243     label.backgroundColor = [UIColor clearColor];
   244     [footer addSubview:label];
   244     [footer addSubview:label];