Changeset 30837
- Timestamp:
- 12/12/2014 10:11:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r30754 r30837 2057 2057 2058 2058 $content = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>'; 2059 $content .= '<p>' . __( 'Start typing, and the other elements fade away so you can focus. ' 2060 . 'Move your mouse out of the editor to reveal everything again.' ) . '</p>'; 2059 $content .= '<p>' . __( 'Enable distraction-free writing mode, and everything surrounding the editor will fade away when you start typing. Move your mouse out of the editor to reveal everything again.' ) . '</p>'; 2061 2060 2062 2061 if ( is_rtl() ) {
Note: See TracChangeset
for help on using the changeset viewer.