project_files/HedgewarsMobile/Classes/SavedGamesViewController.m
changeset 4476 4bf74e158f44
parent 4362 8dae325dc625
child 4763 c228a4841e3f
equal deleted inserted replaced
4474:499748f6e80f 4476:4bf74e158f44
   172     label.center = CGPointMake(self.tableView.frame.size.width/2, 70);
   172     label.center = CGPointMake(self.tableView.frame.size.width/2, 70);
   173     label.textAlignment = UITextAlignmentCenter;
   173     label.textAlignment = UITextAlignmentCenter;
   174     label.font = [UIFont systemFontOfSize:16];
   174     label.font = [UIFont systemFontOfSize:16];
   175     label.textColor = [UIColor lightGrayColor];
   175     label.textColor = [UIColor lightGrayColor];
   176     label.numberOfLines = 5;
   176     label.numberOfLines = 5;
   177     label.text = NSLocalizedString(@"Games are automatically saved and can be resumed by selecting an entry above.\nYou can modify this list by pressing the 'Edit' button.\nNotice that completed games are deleted, so make backups.",@"");
   177     label.text = NSLocalizedString(@"Games are automatically saved and can be resumed by selecting an entry above.\nYou can modify this list by pressing the 'Edit' button.\nCompleted games are removed at the end of the match.",@"");
   178 
   178 
   179     label.backgroundColor = [UIColor clearColor];
   179     label.backgroundColor = [UIColor clearColor];
   180     [footer addSubview:label];
   180     [footer addSubview:label];
   181     [label release];
   181     [label release];
   182     return [footer autorelease];
   182     return [footer autorelease];