I'm tring to setup the title for my navigation controller to the text "Settings". I'm testing it in iOS 5.0 and it displays "Item" instead. If I specify any other dummy string (for the Settings key value in my resource bundle file for en) it is displayed correct.
[self setTitle:[NSString stringWithFormat:@"%@", NSLocalizedString(@"Settings", @"")]];
Settings is reserved and could not be specified as the title name for a navigation controller? I know I've tested on 3.X and was displayed.