equal
deleted
inserted
replaced
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; |