Make WordPress Core


Ignore:
Timestamp:
04/12/2014 08:47:59 PM (10 years ago)
Author:
nacin
Message:

Add an explanation for 'Paste from Word' in the 'Paste from Text' dialog.

fixes #27777. see #27160.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r28081 r28091  
    948948            /* translators: word count */
    949949            'Words: {0}' => sprintf( __( 'Words: %s' ), '{0}' ),
    950             'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.' => __( 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.' ),
     950            'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.' => __( 'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.' ) . "\n\n" . __( 'If you’re looking to paste rich content from Microsoft Word, try turning this option off. The editor will clean up text pasted from Word automatically.' ),
    951951            'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help' => __( 'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help' ),
    952952            'You have unsaved changes are you sure you want to navigate away?' => __( 'The changes you made will be lost if you navigate away from this page.' ),
Note: See TracChangeset for help on using the changeset viewer.