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
This commit is contained in:
Andrew Ozz 2014-12-02 23:22:52 +00:00
parent f8a478af9d
commit 9adaec183e

View File

@ -975,7 +975,7 @@ final class WP_Screen {
case 'post' :
$expand = '<div class="editor-expand hidden"><label for="editor-expand-toggle">';
$expand .= '<input type="checkbox" id="editor-expand-toggle"' . checked( get_user_setting( 'editor_expand', 'on' ), 'on', false ) . ' />';
$expand .= __( 'Expand the editor to match the window height.' ) . '</label></div>';
$expand .= __( 'Expand the editor to match the window height, and enable distraction-free writing.' ) . '</label></div>';
$this->_screen_settings = $expand;
break;
default: