From 9adaec183e4fab6edb36513290348db220b5db13 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 2 Dec 2014 23:22:52 +0000 Subject: [PATCH] Update the description of the Screen Options checkbox for turning editor-expand on/off to include DFW v2. Props kpdesign, fixes #30557. git-svn-id: https://develop.svn.wordpress.org/trunk@30718 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/screen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: