Index: wp-admin/includes/class-wp-comments-list-table.php
===================================================================
--- wp-admin/includes/class-wp-comments-list-table.php	(revision 40391)
+++ wp-admin/includes/class-wp-comments-list-table.php	(working copy)
@@ -324,9 +324,9 @@
 <?php
 		if ( 'top' === $which ) {
 ?>
-			<label class="screen-reader-text" for="filter-by-comment-type"><?php _e( 'Filter by comment type' ); ?></label>
+			<label class="screen-reader-text" for="filter-by-comment-type"><?php _e( 'Filter by Comment Type' ); ?></label>
 			<select id="filter-by-comment-type" name="comment_type">
-				<option value=""><?php _e( 'All comment types' ); ?></option>
+				<option value=""><?php _e( 'All Comment Types' ); ?></option>
 <?php
 				/**
 				 * Filters the comment types dropdown menu.
Index: wp-admin/includes/class-wp-list-table.php
===================================================================
--- wp-admin/includes/class-wp-list-table.php	(revision 40391)
+++ wp-admin/includes/class-wp-list-table.php	(working copy)
@@ -583,9 +583,9 @@
 
 		$m = isset( $_GET['m'] ) ? (int) $_GET['m'] : 0;
 ?>
-		<label for="filter-by-date" class="screen-reader-text"><?php _e( 'Filter by date' ); ?></label>
+		<label for="filter-by-date" class="screen-reader-text"><?php _e( 'Filter by Date' ); ?></label>
 		<select name="m" id="filter-by-date">
-			<option<?php selected( $m, 0 ); ?> value="0"><?php _e( 'All dates' ); ?></option>
+			<option<?php selected( $m, 0 ); ?> value="0"><?php _e( 'All Dates' ); ?></option>
 <?php
 		foreach ( $months as $arc_row ) {
 			if ( 0 == $arc_row->year )
Index: wp-admin/includes/class-wp-media-list-table.php
===================================================================
--- wp-admin/includes/class-wp-media-list-table.php	(revision 40391)
+++ wp-admin/includes/class-wp-media-list-table.php	(working copy)
@@ -99,7 +99,7 @@
 		$type_links['all'] = sprintf(
 			'<option value=""%s>%s</option>',
 			selected( $filter, true, false ),
-			__( 'All media items' )
+			__( 'All Media Items' )
 		);
 
 		foreach ( $post_mime_types as $mime_type => $label ) {
Index: wp-admin/includes/class-wp-users-list-table.php
===================================================================
--- wp-admin/includes/class-wp-users-list-table.php	(revision 40391)
+++ wp-admin/includes/class-wp-users-list-table.php	(working copy)
@@ -261,9 +261,9 @@
 	?>
 	<div class="alignleft actions">
 		<?php if ( current_user_can( 'promote_users' ) && $this->has_items() ) : ?>
-		<label class="screen-reader-text" for="<?php echo $id ?>"><?php _e( 'Change role to&hellip;' ) ?></label>
+		<label class="screen-reader-text" for="<?php echo $id ?>"><?php _e( 'Change Role to&hellip;' ) ?></label>
 		<select name="<?php echo $id ?>" id="<?php echo $id ?>">
-			<option value=""><?php _e( 'Change role to&hellip;' ) ?></option>
+			<option value=""><?php _e( 'Change Role to&hellip;' ) ?></option>
 			<?php wp_dropdown_roles(); ?>
 		</select>
 	<?php
Index: wp-admin/includes/media.php
===================================================================
--- wp-admin/includes/media.php	(revision 40391)
+++ wp-admin/includes/media.php	(working copy)
@@ -2469,7 +2469,7 @@
 
 if ( $month_count && !( 1 == $month_count && 0 == $arc_result[0]->mmonth ) ) { ?>
 <select name='m'>
-<option<?php selected( $selected_month, 0 ); ?> value='0'><?php _e( 'All dates' ); ?></option>
+<option<?php selected( $selected_month, 0 ); ?> value='0'><?php _e( 'All Dates' ); ?></option>
 <?php
 foreach ($arc_result as $arc_row) {
 	if ( $arc_row->yyear == 0 )
