mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 20:09:53 +01: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:
parent
dedcacf92f
commit
83753bfe79
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user