Make WordPress Core


Ignore:
Timestamp:
05/23/2019 01:11:04 AM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Make punctuation in some wp-admin strings more consistent.

Props pedromendonca.
Fixes #47358.

File:
1 edited

Legend:

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

    r44738 r45382  
    410410</p>
    411411<textarea id="wp-config" cols="98" rows="15" class="code" readonly="readonly"><?php echo $config_text; ?></textarea>
    412 <p><?php _e( 'After you&#8217;ve done that, click &#8220;Run the installation.&#8221;' ); ?></p>
     412<p><?php _e( 'After you&#8217;ve done that, click &#8220;Run the installation&#8221;.' ); ?></p>
    413413<p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the installation' ); ?></a></p>
    414414<script>
Note: See TracChangeset for help on using the changeset viewer.