diff --git a/src/wp-admin/upload.php b/src/wp-admin/upload.php index ab055a77c3..646381e94a 100644 --- a/src/wp-admin/upload.php +++ b/src/wp-admin/upload.php @@ -42,7 +42,7 @@ if ( 'grid' === $mode ) { 'title' => __( 'Attachment Details' ), 'content' => '

' . __( '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.' ) . '

' . - '

' . __( '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.' ) . '

' . + '

' . __( '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.' ) . '

' . '

' . __( 'You can also delete individual items and access the extended edit screen from the details dialog.' ) . '

' ) );