This is probably a very simple question, but I'm working with dashcode and can't figure out where to put this code to change the text of the back button.
self.navigationItem.backBarButtonItem =
[[[UIBarButtonItem alloc] initWithTitle:@"Back"
style: UIBarButtonItemStyleBordered
target:nil
action:nil] autorelease];