--- 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.",@"");