diff -r be944660c56a -r 3d72ae0968f4 wp/wp-includes/js/tinymce/plugins/wordpress/plugin.js --- a/wp/wp-includes/js/tinymce/plugins/wordpress/plugin.js Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-includes/js/tinymce/plugins/wordpress/plugin.js Tue Sep 27 16:37:53 2022 +0200 @@ -253,7 +253,7 @@ editor.addCommand( 'WP_Help', function() { var access = tinymce.Env.mac ? __( 'Ctrl + Alt + letter:' ) : __( 'Shift + Alt + letter:' ), - meta = tinymce.Env.mac ? __( 'Cmd + letter:' ) : __( 'Ctrl + letter:' ), + meta = tinymce.Env.mac ? __( '⌘ + letter:' ) : __( 'Ctrl + letter:' ), table1 = [], table2 = [], row1 = {}, @@ -758,7 +758,7 @@ tooltip = getTooltip( button.settings.tooltip ); button.settings.tooltip = tooltip; - // Override the aria label wiht the translated tooltip + shortcut. + // Override the aria label with the translated tooltip + shortcut. if ( button._aria && button._aria.label ) { button._aria.label = tooltip; }