Make WordPress Core

Changeset 44629


Ignore:
Timestamp:
01/16/2019 10:44:25 PM (6 years ago)
Author:
desrosj
Message:

Privacy: Improve the ’Copy’ button verbiage to provide more clarity.

On the Privacy Policy Guide, there is currently a ‘Copy’ button below each section of suggested text. It is unclear what copy means without more context. It could be assumed, for instance, that the suggested text is copied to a new page.

This changes the button text to read Copy this section to clipboard to more clearly inform the user what is copied and how.

Props JoshuaWold, garrett-eclipse, birgire, vishaldodiya.
Fixes #44677.

File:
1 edited

Legend:

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

    r44619 r44629  
    16721672        $toc           = array( '<li><a href="#wp-privacy-policy-guide-introduction">' . __( 'Introduction' ) . '</a></li>' );
    16731673        $date_format   = __( 'F j, Y' );
    1674         $copy          = __( 'Copy' );
     1674        $copy          = __( 'Copy this section to clipboard' );
    16751675        $return_to_top = '<a href="#" class="return-to-top">' . __( '&uarr; Return to Top' ) . '</a>';
    16761676
Note: See TracChangeset for help on using the changeset viewer.