Make WordPress Core

Changeset 29651


Ignore:
Timestamp:
08/28/2014 07:52:13 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in media help text.

props tai.
fixes #29412.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upload.php

    r29646 r29651  
    4343        'content'   =>
    4444            '<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>' .
    45             '<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>' .
     45            '<p>' . __( 'Use the arrow buttons at the top of the dialog, or the left and right arrow keys on your keyboard, to navigate between media items quickly.' ) . '</p>' .
    4646            '<p>' . __( 'You can also delete individual items and access the extended edit screen from the details dialog.' ) . '</p>'
    4747    ) );
Note: See TracChangeset for help on using the changeset viewer.