Ticket #17596: HelpPunctuationTinyMCE.patch
File HelpPunctuationTinyMCE.patch, 2.4 KB (added by , 13 years ago) |
---|
-
wp-includes/js/tinymce/wp-mce-help.php
227 227 228 228 <div id="content3" class="hidden"> 229 229 <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> 231 231 <p class="dfw-extra"><?php 232 232 233 printf( __('In Distraction free writing mode use %1$s to make the editor wider, %2$s to make it narrowerand %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.'), 234 234 '<span class="win">Alt +</span><span class="mac">Ctrl +</span>', 235 235 '<span class="win">Alt -</span><span class="mac">Ctrl -</span>', 236 236 '<span class="win">Alt 0</span><span class="mac">Ctrl 0</span>' 237 237 ); 238 238 239 239 ?></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 240 242 <table class="keys" width="100%" style="border: 0 none;"> 241 243 <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> 242 244 <tr><th>c</th><td><?php _e('Copy') ?></td><th>v</th><td><?php _e('Paste') ?></td></tr> … … 250 252 <tr class="win"><th>6</th><td><?php _e('Heading 6') ?></td><th>9</th><td><?php _e('Address') ?></td></tr> 251 253 </table> 252 254 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> 254 256 <table class="keys" width="100%" style="border: 0 none;"> 255 257 <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> 256 258 <tr class="mac"><th>b</th><td><?php _e('Bold') ?></td><th>i</th><td><?php _e('Italic') ?></td></tr>