diff --git a/wp-admin/revision.php b/wp-admin/revision.php
index 40328599d4..4d86c536b9 100644
--- a/wp-admin/revision.php
+++ b/wp-admin/revision.php
@@ -75,7 +75,7 @@ default :
$post_edit_link = get_edit_post_link();
$post_title = '' . _draft_or_post_title() . '';
$h1 = sprintf( __( 'Compare Revisions of “%1$s”' ), $post_title );
- $return_to_post = '' . __( '← Return to post editor' ) . '';
+ $return_to_post = '' . __( '← Return to editor' ) . '';
$title = __( 'Revisions' );
$redirect = false;
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8710b37ff7..0e11c360f9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.4-alpha-33965';
+$wp_version = '4.4-alpha-33966';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.