Fix typo in media help text.
props tai. fixes #29412. Built from https://develop.svn.wordpress.org/trunk@29651 git-svn-id: http://core.svn.wordpress.org/trunk@29425 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9cbad29eb8
commit
0add6e52e6
|
@ -42,7 +42,7 @@ if ( 'grid' === $mode ) {
|
|||
'title' => __( 'Attachment Details' ),
|
||||
'content' =>
|
||||
'<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>' .
|
||||
'<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>' .
|
||||
'<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>' .
|
||||
'<p>' . __( 'You can also delete individual items and access the extended edit screen from the details dialog.' ) . '</p>'
|
||||
) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue