diff --git a/wp-admin/upload.php b/wp-admin/upload.php
index bbba6cc02a..f03cdad8c1 100644
--- a/wp-admin/upload.php
+++ b/wp-admin/upload.php
@@ -241,7 +241,7 @@
'content' =>
'
' . __( 'Hovering over a row reveals action links that allow you to manage media items. You can perform the following actions:' ) . '
' .
'' .
- '- ' . __( 'Edit takes you to simple screen to edit that individual file’s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '
' .
+ '- ' . __( 'Edit takes you to a simple screen to edit that individual file’s metadata. You can also reach that screen by clicking on the media file name or thumbnail.' ) . '
' .
'- ' . __( 'Delete Permanently will delete the file from the media library (as well as from any posts to which it is currently attached).' ) . '
' .
'- ' . __( 'View will take you to a public display page for that file.' ) . '
' .
'- ' . __( 'Copy URL to clipboard copies the URL for the media file to your clipboard.' ) . '
' .
diff --git a/wp-includes/version.php b/wp-includes/version.php
index e6fd9fe78d..a93ebc20b7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '6.1-alpha-53586';
+$wp_version = '6.1-alpha-53587';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.