project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
equal deleted inserted replaced
13164:eefd6d066768 13166:ba5c794adae3
   107             break;
   107             break;
   108     }
   108     }
   109     return 0;
   109     return 0;
   110 }
   110 }
   111 
   111 
   112 -(NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
   112 - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
   113     NSString *sectionTitle = nil;
   113     NSString *sectionTitle = nil;
   114     switch (section) {
   114     switch (section) {
   115         case 0:
   115         case 0:
   116             sectionTitle = NSLocalizedString(@"Main Configuration", @"from the settings table");
   116             sectionTitle = NSLocalizedString(@"Main Configuration", @"from the settings table");
   117             break;
   117             break;