diff --git a/src/wp-admin/includes/post.php b/src/wp-admin/includes/post.php
index 799f19aeae..0e6370d17f 100644
--- a/src/wp-admin/includes/post.php
+++ b/src/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 ) {