Consistent mouseover capitalization from Nazgul. fixes #3848

git-svn-id: http://svn.automattic.com/wordpress/trunk@4943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-02-25 14:04:49 +00:00
parent 78730bdb68
commit 18475d8787

View File

@ -29,5 +29,5 @@ justifyfull_desc : 'Align full (' + metaKey + '+j)',
bullist_desc : 'Unordered list (' + metaKey + '+l)',
numlist_desc : 'Ordered list (' + metaKey + '+o)',
outdent_desc : 'Outdent (' + metaKey + '+w)',
indent_desc : 'Indent List/Blockquote (' + metaKey + '+q)'
indent_desc : 'Indent list/blockquote (' + metaKey + '+q)'
});