Consistent mouseover capitalization from Nazgul. fixes #3848

git-svn-id: https://develop.svn.wordpress.org/trunk@4943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-02-25 14:04:49 +00:00
parent 5255846796
commit 3d95138fc7
1 changed files with 1 additions and 1 deletions

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)'
});