Index: src/wp-admin/privacy.php
===================================================================
--- src/wp-admin/privacy.php	(revision 43298)
+++ src/wp-admin/privacy.php	(working copy)
@@ -27,7 +27,7 @@
 			'page_for_privacy_policy',
 			sprintf(
 				/* translators: %s: URL to Customizer -> Menus */
-				__( 'Privacy policy page updated successfully. Remember to <a href="%s">update your menus</a>!' ),
+				__( 'Privacy Policy Page updated successfully. Remember to <a href="%s">update your menus</a>!' ),
 				'customize.php?autofocus[panel]=nav_menus'
 			),
 			'updated'
@@ -53,7 +53,7 @@
 			add_settings_error(
 				'page_for_privacy_policy',
 				'page_for_privacy_policy',
-				__( 'Unable to create privacy policy page.' ),
+				__( 'Unable to create Privacy Policy Page.' ),
 				'error'
 			);
 		} else {
@@ -87,7 +87,7 @@
 				'page_for_privacy_policy',
 				sprintf(
 					/* translators: URL to Pages Trash */
-					__( 'The currently selected privacy policy page is in the trash. Please create or select new privacy policy page or <a href="%s">restore the current page</a>.' ),
+					__( 'The currently selected Privacy Policy Page is in the trash. Please create or select new privacy policy page or <a href="%s">restore the current page</a>.' ),
 					'edit.php?post_status=trash&post_type=page'
 				),
 				'error'
@@ -106,18 +106,18 @@
 ?>
 <div class="wrap">
 	<h1><?php echo $title; ?></h1>
-	<h2><?php _e( 'Privacy Policy page' ); ?></h2>
+	<h2><?php _e( 'Privacy Policy Page' ); ?></h2>
 	<p>
-		<?php _e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a privacy policy.' ); ?>
-		<?php _e( 'If you already have a privacy policy page, please select it below. If not, please create one.' ); ?>
+		<?php _e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a Privacy Policy.' ); ?>
+		<?php _e( 'If you already have a Privacy Policy Page, please select it below. If not, please create one.' ); ?>
 	</p>
 	<p>
-		<?php _e( 'The new page will include help and suggestions for your privacy policy.' ); ?>
-		<?php _e( 'However, it is your responsibility to use those resources correctly, to provide the information that your privacy policy requires, and to keep that information current and accurate.' ); ?>
+		<?php _e( 'The new page will include help and suggestions for your Privacy Policy.' ); ?>
+		<?php _e( 'However, it is your responsibility to use those resources correctly, to provide the information that your Privacy Policy requires, and to keep that information current and accurate.' ); ?>
 	</p>
 	<p>
-		<?php _e( 'After your privacy policy page is set, we suggest that you edit it.' ); ?>
-		<?php _e( 'We would also suggest reviewing your privacy policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
+		<?php _e( 'After your Privacy Policy Page is set, we suggest that you edit it.' ); ?>
+		<?php _e( 'We would also suggest reviewing your Privacy Policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
 	</p>
 	<?php
 
@@ -137,7 +137,7 @@
 			<?php
 
 			/* translators: 1: URL to edit page, 2: URL to view page */
-			printf( __( '<a href="%1$s">Edit</a> or <a href="%2$s">view</a> your privacy policy page content.' ), $edit_href, $view_href );
+			printf( __( '<a href="%1$s">Edit</a> or <a href="%2$s">view</a> your Privacy Policy Page content.' ), $edit_href, $view_href );
 
 			?>
 		</strong></p>
@@ -146,7 +146,7 @@
 
 			/* translators: 1: Privacy Policy guide URL, 2: additional link attributes, 3: accessibility text */
 			printf(
-				__( 'Need help putting together your new Privacy Policy page? <a href="%1$s" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
+				__( 'Need help putting together your new Privacy Policy Page? <a href="%1$s" %2$s>Check out our guide%3$s</a> for recommendations on what content to include, along with policies suggested by your plugins and theme.' ),
 				admin_url( 'tools.php?wp-privacy-policy-guide' ),
 				'',
 				''
@@ -163,9 +163,9 @@
 			<th scope="row">
 				<?php
 				if ( $privacy_policy_page_exists ) {
-					_e( 'Change your Privacy Policy page' );
+					_e( 'Change your Privacy Policy Page' );
 				} else {
-					_e( 'Select a Privacy Policy page' );
+					_e( 'Select a Privacy Policy Page' );
 				}
 				?>
 			</th>
