Changeset 31768 for trunk/src/wp-admin/tools.php
- Timestamp:
- 03/13/2015 05:31:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/tools.php
r31566 r31768 48 48 <h3><?php _e( 'Install Press This' ); ?></h3> 49 49 <h4><?php _e( 'Bookmarklet' ); ?></h4> 50 <p><?php _e( 'Drag the bookmarklet below to your bookmarks bar. Then, when you \'re on a page you want to share, simply "press"it.' ); ?></p>50 <p><?php _e( 'Drag the bookmarklet below to your bookmarks bar. Then, when you’re on a page you want to share, simply “press” it.' ); ?></p> 51 51 52 52 <p class="pressthis"> … … 54 54 <button type="button" class="button button-secondary js-show-pressthis-code-wrap" aria-expanded="false" aria-controls="pressthis-code-wrap"> 55 55 <span class="dashicons dashicons-clipboard"></span> 56 <span class="screen-reader-text"><?php _e( 'Copy Press This Bookmarklet' ) ?></span>56 <span class="screen-reader-text"><?php _e( 'Copy “Press This” bookmarklet code' ) ?></span> 57 57 </button> 58 58 </p> … … 60 60 <div class="hidden js-pressthis-code-wrap" id="pressthis-code-wrap"> 61 61 <p id="pressthis-code-desc"> 62 <?php _e( 'If you can \'t drag it to your bookmarks, copy the following code and create new bookmark. Paste the code into the new bookmark\'s URL field.' ) ?>62 <?php _e( 'If you can’t drag the bookmarklet to your bookmarks, copy the following code and create a new bookmark. Paste the code into the new bookmark’s URL field.' ) ?> 63 63 </p> 64 64 <p> … … 68 68 69 69 <h4><?php _e( 'Direct link (best for mobile)' ); ?></h4> 70 <p><?php _e( 'Follow the link to open Press This. Then add it to your device \'s bookmarks or home screen.' ); ?></p>70 <p><?php _e( 'Follow the link to open Press This. Then add it to your device’s bookmarks or home screen.' ); ?></p> 71 71 72 72 <p>
Note: See TracChangeset
for help on using the changeset viewer.