Make WordPress Core


Ignore:
Timestamp:
01/09/2019 04:18:10 AM (6 years ago)
Author:
pento
Message:

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

Props garrett-eclipse.
Fixes #44129.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r44492 r44493  
    4040                $privacy_page_updated_message = sprintf(
    4141                    /* translators: %s: URL to Customizer -> Menus */
    42                     __( 'Privacy Policy page updated successfully. Remember to <a href="%s">update your menus</a>!' ),
     42                    __( 'Privacy Policy page setting updated successfully. Remember to <a href="%s">update your menus</a>!' ),
    4343                    esc_url( add_query_arg( 'autofocus[panel]', 'nav_menus', admin_url( 'customize.php' ) ) )
    4444                );
Note: See TracChangeset for help on using the changeset viewer.