Index: edit-comments.php
===================================================================
--- edit-comments.php	(revision 5751)
+++ edit-comments.php	(working copy)
@@ -165,7 +165,7 @@
     <td><?php comment_excerpt(); ?></td>
     <td>
     	<?php if ('unapproved' == $comment_status) { ?>
-    		(Unapproved)
+    		<?php _e('(Unapproved)'); ?>
     	<?php } else { ?>
     		<a href="<?php echo get_permalink($comment->comment_post_ID); ?>#comment-<?php comment_ID() ?>" class="edit"><?php _e('View') ?></a>
     	<?php } ?>
