mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
Docs: Typo correction in TinyMCE related JS file.
Follow-up to [45066]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@52366 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -758,7 +758,7 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user