yes, from the parent view controller (the one above the one where you want to change the title), add the following:
self.navigationItem.backBarButtonItem.title = @"Your Title Here";
William Jockusch
2010-10-29 18:35:53