Make WordPress Core

Ticket #28654: 28654.6.diff

File 28654.6.diff, 1.4 KB (added by helen, 11 years ago)
  • src/wp-admin/upload.php

     
    3232                'id'            => 'overview',
    3333                'title'         => __( 'Overview' ),
    3434                'content'       =>
    35                         '<p>' . __( 'All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first.' ) . '</p>'
     35                        '<p>' . __( 'All the files you&#8217;ve uploaded are listed in the Media Library, with the most recent uploads listed first.' ) . '</p>' .
     36                        '<p>' . __( 'Clicking an item will display an Attachment Details dialog, which allows you to preview media and make quick edits. Any changes you make to the attachment details will be automatically saved.' ) . '</p>' .
     37                        '<p>' . __( 'Use the arrow buttons at the top of the dialog, or the left and right arrow keys on your keyboard, to navigate between between media items quickly.' ) . '</p>' .
     38                        '<p>' . __( 'To delete media items, click the Bulk Select button at the top of the screen. Select any items you wish to delete, then click the Delete Selected button. Clicking the Cancel Selection button takes you back to viewing your media.' ) . '</p>' .
     39                        '<p>' . __( 'You can also delete individual items and access the extended edit screen from the details dialog.' ) . '</p>'
    3640        ) );
    3741
    3842        get_current_screen()->set_help_sidebar(