Does wp_list_pages or wp_page_menu have the capability to show the page slug as the visual text for the link?
slug = services
page title = services we offer
normal nav link: <a href="http://example.com/services" title="services we offer">services we offer</a>
wanted nav link: <a href="http://example.com/services" title="services we offer">services</a>