Index: wp-admin/edit-form-comment.php
===================================================================
--- wp-admin/edit-form-comment.php	(revision 26755)
+++ wp-admin/edit-form-comment.php	(working copy)
@@ -14,6 +14,7 @@
 <?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
 <div class="wrap">
 <h2><?php _e('Edit Comment'); ?></h2>
+<p><?php _e( 'In Response To' ); ?>: <a href="<?php echo get_permalink( $comment->comment_post_ID ); ?>"><?php echo get_the_title( $comment->comment_post_ID ); ?></a></p>
 
 <div id="poststuff">
 <input type="hidden" name="user_ID" value="<?php echo (int) $user_ID; ?>" />
