diff -r a8ab151bcae3 -r 8906b2409d97 project_files/HedgewarsMobile/Classes/TeamConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Sat Dec 11 01:00:00 2010 +0100 +++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Sat Dec 11 01:55:16 2010 +0100 @@ -236,7 +236,7 @@ label.textColor = [UIColor whiteColor]; label.numberOfLines = 1; if (section == 0) - label.text = NSLocalizedString(@"Tap to add hogs or change color, hold tap to remove team.",@""); + label.text = NSLocalizedString(@"Tap to add hogs or change color, touch and hold to remove team.",@""); else label.text = NSLocalizedString(@"The robot badge indicates an AI-controlled team.",@"");