diff --git a/src/wp-admin/includes/screen.php b/src/wp-admin/includes/screen.php index 41c4fb95bc..8a88b850d9 100644 --- a/src/wp-admin/includes/screen.php +++ b/src/wp-admin/includes/screen.php @@ -975,7 +975,7 @@ final class WP_Screen { case 'post' : $expand = '
'; + $expand .= __( 'Expand the editor to match the window height, and enable distraction-free writing.' ) . ''; $this->_screen_settings = $expand; break; default: