From ff86e9f0c28acf72da3c2a28e7d25397591fe777 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 16 Aug 2007 18:17:54 +0000 Subject: [PATCH] Advanced Toolbar shortcut hint fix from leonid. fixes #4707 git-svn-id: https://develop.svn.wordpress.org/trunk@5880 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/js/tinymce/plugins/wordpress/langs/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/tinymce/plugins/wordpress/langs/en.js b/wp-includes/js/tinymce/plugins/wordpress/langs/en.js index 49950f0ec6..32a5ba576b 100644 --- a/wp-includes/js/tinymce/plugins/wordpress/langs/en.js +++ b/wp-includes/js/tinymce/plugins/wordpress/langs/en.js @@ -15,7 +15,7 @@ else { tinyMCE.addToLang('',{ wordpress_more_button : 'Split post with More tag (' + metaKey + '+t)', 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_page_alt : '...page...', help_button_title : 'Help (' + metaKey + '+h)',