Index: edit-attachment-rows.php
===================================================================
--- edit-attachment-rows.php	(revision 12552)
+++ edit-attachment-rows.php	(working copy)
@@ -99,8 +99,10 @@
 			if ( $is_trash || !EMPTY_TRASH_DAYS || !MEDIA_TRASH )
 				$actions['delete'] = "<a class='submitdelete' href='" . wp_nonce_url("post.php?action=delete&amp;post=$post->ID", 'delete-post_' . $post->ID) . "'>" . __('Delete Permanently') . "</a>";
 		}
-		if ( !$is_trash )
+		if ( !$is_trash ) {
+			$title =_draft_or_post_title($post->post_parent);
 			$actions['view'] = '<a href="' . get_permalink($post->ID) . '" title="' . esc_attr(sprintf(__('View &#8220;%s&#8221;'), $title)) . '" rel="permalink">' . __('View') . '</a>';
+		}
 		$actions = apply_filters( 'media_row_actions', $actions, $post );
 		$action_count = count($actions);
 		$i = 0;
