diff --git a/wp-includes/js/tinymce/wp-mce-help.php b/wp-includes/js/tinymce/wp-mce-help.php
index 1f4a11f861..097bd6d21c 100644
--- a/wp-includes/js/tinymce/wp-mce-help.php
+++ b/wp-includes/js/tinymce/wp-mce-help.php
@@ -131,13 +131,6 @@ if ( navigator.userAgent.indexOf( 'Mac OS' ) > -1 ) {
p | | h | |
x | | | |
-
-
-
- Alt +Ctrl + | |
- Alt -Ctrl - | |
- Alt 0Ctrl 0 | | | |
-
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8c13123c3c..63b25ee9a0 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.1-beta2-30581';
+$wp_version = '4.1-beta2-30582';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.