Ticket #17596: HelpPunctuationTinyMCE.patch

File HelpPunctuationTinyMCE.patch, 2.4 KB (added by dougwrites, 2 years ago)
  • wp-includes/js/tinymce/wp-mce-help.php

     
    227227 
    228228<div id="content3" class="hidden"> 
    229229        <h2><?php _e('Writing at Full Speed') ?></h2> 
    230     <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> 
     230    <p><?php _e('Rather than reaching for your mouse to click on the toolbar, use these access keys.') ?></p> 
    231231        <p class="dfw-extra"><?php 
    232232 
    233         printf( __('In Distraction free writing mode use %1$s to make the editor wider, %2$s to make it narrower and %3$s to reset it to the original theme width.'), 
     233        printf( __('In Distraction-Free Writing mode use %1$s to make the editor wider, %2$s to make it narrower, and %3$s to reset it to the original theme width.'), 
    234234                '<span class="win">Alt +</span><span class="mac">Ctrl +</span>', 
    235235                '<span class="win">Alt -</span><span class="mac">Ctrl -</span>', 
    236236                '<span class="win">Alt 0</span><span class="mac">Ctrl 0</span>' 
    237237        ); 
    238238 
    239239        ?></p> 
     240        <p><?php _e('Hold down Ctrl for Windows and Linux, or Command for Macintosh, and click one of these letters for the corresponding action:') ?></p> 
     241 
    240242        <table class="keys" width="100%" style="border: 0 none;"> 
    241243                <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> 
    242244                <tr><th>c</th><td><?php _e('Copy') ?></td><th>v</th><td><?php _e('Paste') ?></td></tr> 
     
    250252                <tr class="win"><th>6</th><td><?php _e('Heading 6') ?></td><th>9</th><td><?php _e('Address') ?></td></tr> 
    251253        </table> 
    252254 
    253         <p><?php _e('The following shortcuts use different access keys: Alt + Shift + letter.') ?></p> 
     255        <p><?php _e('The following shortcuts use different access keys:  Hold down Alt and Shift, and click the letter.') ?></p> 
    254256        <table class="keys" width="100%" style="border: 0 none;"> 
    255257                <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> 
    256258                <tr class="mac"><th>b</th><td><?php _e('Bold') ?></td><th>i</th><td><?php _e('Italic') ?></td></tr>