From d0132b292e27e733ceabb386f833ab1eb3678316 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 19 Jul 2018 20:14:25 +0000 Subject: [PATCH] Privacy: Improve grammar on Privacy Settings screen. Props ianbelanger, garrett-eclipse. Fixes #44612. Built from https://develop.svn.wordpress.org/trunk@43513 git-svn-id: http://core.svn.wordpress.org/trunk@43342 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/privacy.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/privacy.php b/wp-admin/privacy.php index cc2b0f6797..c64f7c53fb 100644 --- a/wp-admin/privacy.php +++ b/wp-admin/privacy.php @@ -72,7 +72,7 @@ if ( ! empty( $action ) ) { add_settings_error( 'page_for_privacy_policy', 'page_for_privacy_policy', - __( 'Unable to create Privacy Policy page.' ), + __( 'Unable to create a Privacy Policy page.' ), 'error' ); } else { @@ -96,7 +96,7 @@ if ( ! empty( $privacy_policy_page_id ) ) { add_settings_error( 'page_for_privacy_policy', 'page_for_privacy_policy', - __( 'The currently selected Privacy Policy page does not exist. Please create or select new page.' ), + __( 'The currently selected Privacy Policy page does not exist. Please create or select a new page.' ), 'error' ); } else { @@ -106,7 +106,7 @@ if ( ! empty( $privacy_policy_page_id ) ) { '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 restore the current page.' ), + __( 'The currently selected Privacy Policy page is in the trash. Please create or select a new Privacy Policy page or restore the current page.' ), 'edit.php?post_status=trash&post_type=page' ), 'error' diff --git a/wp-includes/version.php b/wp-includes/version.php index c3acb1c5f6..d85d39125a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43512'; +$wp_version = '5.0-alpha-43513'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.