Its in the template, particularly in display.class.php
Anything that says $item->title shows the title
example, in default semantics its around line 274
<td><h2 class='rsg2_display_name' align="center"><?php echo htmlspecialchars(stripslashes($item->title), ENT_QUOTES); ?></h2></td>