diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php
index 799f19aeae..0e6370d17f 100644
--- a/wp-admin/includes/post.php
+++ b/wp-admin/includes/post.php
@@ -1506,7 +1506,7 @@ function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) {
if ( ! get_option( 'permalink_structure' ) && current_user_can( 'manage_options' )
&& ! ( 'page' === get_option( 'show_on_front' ) && get_option( 'page_on_front' ) == $id )
) {
- $return .= '' . __( 'Change Permalinks' ) . "\n";
+ $return .= '' . __( 'Change Permalink Structure' ) . "\n";
}
} else {
if ( mb_strlen( $post_name ) > 34 ) {
diff --git a/wp-includes/version.php b/wp-includes/version.php
index aef962e422..6aa97d15bd 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.0-alpha-53051';
+$wp_version = '6.0-alpha-53052';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.