Advanced Toolbar shortcut hint fix from leonid. fixes #4707
git-svn-id: https://develop.svn.wordpress.org/trunk@5880 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
820d43f538
commit
ff86e9f0c2
|
@ -15,7 +15,7 @@ else {
|
||||||
tinyMCE.addToLang('',{
|
tinyMCE.addToLang('',{
|
||||||
wordpress_more_button : 'Split post with More tag (' + metaKey + '+t)',
|
wordpress_more_button : 'Split post with More tag (' + metaKey + '+t)',
|
||||||
wordpress_page_button : 'Split post with Page tag',
|
wordpress_page_button : 'Split post with Page tag',
|
||||||
wordpress_adv_button : 'Show/Hide Advanced Toolbar (' + metaKey + '+b)',
|
wordpress_adv_button : 'Show/Hide Advanced Toolbar (' + metaKey + '+v)',
|
||||||
wordpress_more_alt : 'More...',
|
wordpress_more_alt : 'More...',
|
||||||
wordpress_page_alt : '...page...',
|
wordpress_page_alt : '...page...',
|
||||||
help_button_title : 'Help (' + metaKey + '+h)',
|
help_button_title : 'Help (' + metaKey + '+h)',
|
||||||
|
|
Loading…
Reference in New Issue