diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php
index d8e87676d3..f58c818985 100644
--- a/wp-admin/includes/media.php
+++ b/wp-admin/includes/media.php
@@ -1484,7 +1484,9 @@ function get_media_item( $attachment_id, $args = null ) {
$delete = "" . __( 'Delete Permanently' ) . '';
} elseif ( !MEDIA_TRASH ) {
$delete = "" . __( 'Delete' ) . "
-
" . sprintf( __( 'You are about to delete %s.' ), $filename ) . "
+
";
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 37041f7ef6..4ab2a80dca 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.4-beta2-35438';
+$wp_version = '4.4-beta2-35439';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.