Privacy: Tweak the wording of the success notice when updating the privacy policy page setting.

Props garrett-eclipse.
Fixes #44129.



git-svn-id: https://develop.svn.wordpress.org/trunk@44493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-01-09 04:18:10 +00:00
parent 1c6336c881
commit acba2e55df

View File

@ -39,7 +39,7 @@ if ( ! empty( $action ) ) {
) {
$privacy_page_updated_message = sprintf(
/* translators: %s: URL to Customizer -> Menus */
__( 'Privacy Policy page updated successfully. Remember to <a href="%s">update your menus</a>!' ),
__( 'Privacy Policy page setting updated successfully. Remember to <a href="%s">update your menus</a>!' ),
esc_url( add_query_arg( 'autofocus[panel]', 'nav_menus', admin_url( 'customize.php' ) ) )
);
}