diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php
index a73587ae89..e62a15e756 100644
--- a/wp-admin/includes/dashboard.php
+++ b/wp-admin/includes/dashboard.php
@@ -714,7 +714,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
} else {
printf(
/* translators: 1: type of comment, 2: notification if the comment is pending */
- _x( '%1$s', 'dashboard' ),
+ _x( '%1$s %2$s', 'dashboard' ),
"$type",
'' . __( '[Pending]' ) . ''
);
diff --git a/wp-includes/version.php b/wp-includes/version.php
index bd335a5fee..36d2c20e03 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.5-beta1-36766';
+$wp_version = '4.5-beta1-36767';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.