Index: wp-admin/revision.php
===================================================================
--- wp-admin/revision.php	(revision 24554)
+++ wp-admin/revision.php	(working copy)
@@ -58,8 +58,8 @@
 		break;
 	}
 
-	$post_title = '<a href="' . get_edit_post_link() . '">' . get_the_title() . '</a>';
-	$h2 = sprintf( __( 'Compare Revisions of &#8220;%1$s&#8221;' ), $post_title );
+	$h2 = sprintf( __( 'Compare Revisions of &#8220;%1$s&#8221;' ), get_the_title() );
+	$h2 .= sprintf( '<a href="%1$s" class="add-new-h2">%2$s</a>', get_edit_post_link(), __( 'Go Back' ) );
 	$title = __( 'Revisions' );
 
 	$redirect = false;
