From 368e2ba299559a146f7008b9782256841bbcfded Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Aug 2014 07:52:13 +0000 Subject: [PATCH] Fix typo in media help text. props tai. fixes #29412. git-svn-id: https://develop.svn.wordpress.org/trunk@29651 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' ) . '

' ) );