From 31efcda314925f6af66640164b0b6b4b1d7bf234 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Thu, 3 May 2018 00:17:13 +0000 Subject: [PATCH] Privacy: Uncapitalize "privacy policy" when used in a sentence. In these contexts, "privacy policy" is not a proper noun, and therefore should not be capitalized. The remaining uses are page titles and section headers, where capitalization is appropriate. Props idea15, garrett-eclipse, allendav. Fixes #43435. git-svn-id: https://develop.svn.wordpress.org/trunk@43132 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/privacy.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index 4deb4443c6..47dced44b6 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -66,7 +66,7 @@ if ( ! empty( $action ) ) { 'page_for_privacy_policy', sprintf( /* translators: %s: URL to edit Privacy Policy page */ - __( 'Your Privacy Policy page created successfully. You’ll want to review and edit your policy next.' ), + __( 'Your privacy policy page created successfully. You’ll want to review and edit your policy next.' ), 'post.php?post=' . $privacy_policy_page_id . '&action=edit' ), 'updated' @@ -128,14 +128,14 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );

- +

- +