From 0add6e52e65e10c33b085882cd83b67753d90a43 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Aug 2014 07:53:18 +0000 Subject: [PATCH] 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 --- wp-admin/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/upload.php b/wp-admin/upload.php index ab055a77c3..646381e94a 100644 --- a/wp-admin/upload.php +++ b/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.' ) . '

' ) );