Make WordPress Core


Ignore:
Timestamp:
03/13/2015 05:31:01 PM (10 years ago)
Author:
azaozz
Message:

PressThis: improve translatable strings on the Tools screen.
Props: afercia. See #28873.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/tools.php

    r31566 r31768  
    4848        <h3><?php _e( 'Install Press This' ); ?></h3>
    4949        <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&#8217;re on a page you want to share, simply &#8220;press&#8221; it.' ); ?></p>
    5151
    5252        <p class="pressthis">
     
    5454            <button type="button" class="button button-secondary js-show-pressthis-code-wrap" aria-expanded="false" aria-controls="pressthis-code-wrap">
    5555                <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 &#8220;Press This&#8221; bookmarklet code' ) ?></span>
    5757            </button>
    5858        </p>
     
    6060        <div class="hidden js-pressthis-code-wrap" id="pressthis-code-wrap">
    6161            <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&#8217;t drag the bookmarklet to your bookmarks, copy the following code and create a new bookmark. Paste the code into the new bookmark&#8217;s URL field.' ) ?>
    6363            </p>
    6464            <p>
     
    6868
    6969        <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&#8217;s bookmarks or home screen.' ); ?></p>
    7171
    7272        <p>
Note: See TracChangeset for help on using the changeset viewer.