Index: src/wp-admin/users.php
===================================================================
--- src/wp-admin/users.php	(revision 32504)
+++ src/wp-admin/users.php	(working copy)
@@ -337,7 +337,13 @@
 
 <div class="wrap">
 <h2><?php _e('Remove Users from Site'); ?></h2>
-<p><?php _e('You have specified these users for removal:'); ?></p>
+
+<?php if ( 1 == count( $userids ) ) : ?>
+	<p><?php _e( 'You have specified this user for removal:' ); ?></p>
+<?php else : ?>
+	<p><?php _e( 'You have specified these users for removal:' ); ?></p>
+<?php endif; ?>
+
 <ul>
 <?php
 	$go_remove = false;
