Ticket #27024: 27024.diff
File 27024.diff, 1.0 KB (added by , 11 years ago) |
---|
-
src/wp-includes/js/tinymce/wp-mce-help.php
166 166 167 167 <div id="content3" class="hidden"> 168 168 <h2><?php _e('Writing at Full Speed'); ?></h2> 169 <p><?php _e('Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Ctrl + letter. Macintosh uses Command + letter. '); ?></p>169 <p><?php _e('Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Ctrl + letter. Macintosh uses Command + letter. You can also use <code>Alt + F10</code> to access the toolbar when focus is inside the Visual Editor.'); ?></p> 170 170 171 171 <table class="keys"> 172 172 <tr class="top"><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th><th class="key center"><?php _e('Letter'); ?></th><th class="left"><?php _e('Action'); ?></th></tr>