project_files/HedgewarsMobile/Classes/TeamSettingsViewController.m
branchios-revival
changeset 11229 b49dfdf628f6
parent 11217 e68b3e392091
child 12872 00215a7ec5f5
equal deleted inserted replaced
11228:e1bbd85a53b7 11229:b49dfdf628f6
    39                                                                   target:self
    39                                                                   target:self
    40                                                                   action:@selector(toggleEdit:)];
    40                                                                   action:@selector(toggleEdit:)];
    41     self.navigationItem.rightBarButtonItem = editButton;
    41     self.navigationItem.rightBarButtonItem = editButton;
    42     [editButton release];
    42     [editButton release];
    43 
    43 
    44     self.navigationItem.title = @"List of teams";
    44     self.navigationItem.title = NSLocalizedString(@"List of teams", nil);
    45 }
    45 }
    46 
    46 
    47 // load the list of teams in the teams directory
    47 // load the list of teams in the teams directory
    48 -(void) viewWillAppear:(BOOL)animated {
    48 -(void) viewWillAppear:(BOOL)animated {
    49     [super viewWillAppear:animated];
    49     [super viewWillAppear:animated];