Changeset 18103 for trunk/wp-includes/js/tinymce/wp-mce-help.php
- Timestamp:
- 06/01/2011 08:01:29 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/tinymce/wp-mce-help.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/wp-mce-help.php
r17974 r18103 229 229 <h2><?php _e('Writing at Full Speed') ?></h2> 230 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> 231 <p class="dfw-extra"><?php 232 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 '<span class="win">Alt +</span><span class="mac">Ctrl +</span>', 235 '<span class="win">Alt -</span><span class="mac">Ctrl -</span>', 236 '<span class="win">Alt 0</span><span class="mac">Ctrl 0</span>' 237 ); 238 239 ?></p> 231 240 232 <table class="keys" width="100%" style="border: 0 none;"> 241 233 <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>
Note: See TracChangeset
for help on using the changeset viewer.