Ticket #31836: 31836.diff
File 31836.diff, 759 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/tools.php
38 38 <?php if ( current_user_can('edit_posts') ) : ?> 39 39 <div class="card pressthis"> 40 40 <h3><?php _e('Press This') ?></h3> 41 <p><?php _e( 'Press This is a little appthat lets you grab bits of the web and create new posts with ease.' );?></p>41 <p><?php _e( 'Press This is a little tool that lets you grab bits of the web and create new posts with ease.' );?></p> 42 42 <p><?php _e( 'Use Press This to clip text, images and videos from any web page. Then edit and add more straight from Press This before you save or publish it in a post on your site.' ); ?></p> 43 43 44 44