Make WordPress Core

Ticket #31929: 31929-dash.diff

File 31929-dash.diff, 724 bytes (added by jamescollins, 10 years ago)

Fixes a typo with mdash character

  • src/wp-admin/about.php

     
    102102                        ) );
    103103                        ?>
    104104                        <h4><?php echo ( 'Streamlined plugin updates' ); ?></h4>
    105                         <p><?php echo ( 'Plugin updates are smooth and simple. No more boring loading screen &endash; just click <em>Update Now</em> on any number of plugins and wait for the success messages. Easy!' ); ?></p>
     105                        <p><?php echo ( 'Plugin updates are smooth and simple. No more boring loading screen &mdash; just click <em>Update Now</em> on any number of plugins and wait for the success messages. Easy!' ); ?></p>
    106106                </div>
    107107        </div>
    108108</div>