diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 910b6cdb27..6a333249a6 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -1671,7 +1671,7 @@ final class WP_Privacy_Policy_Content { $content = ''; $toc = array( '
  • ' . __( 'Introduction' ) . '
  • ' ); $date_format = __( 'F j, Y' ); - $copy = __( 'Copy' ); + $copy = __( 'Copy this section to clipboard' ); $return_to_top = '' . __( '↑ Return to Top' ) . ''; foreach ( $content_array as $section ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 74a38773c3..ca53c65be3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta1-44628'; +$wp_version = '5.1-beta1-44629'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.