mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
I18N: Make punctuation in some wp-admin strings more consistent.
Props pedromendonca. Fixes #47358. git-svn-id: https://develop.svn.wordpress.org/trunk@45382 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -409,7 +409,7 @@ switch ( $step ) {
|
||||
?>
|
||||
</p>
|
||||
<textarea id="wp-config" cols="98" rows="15" class="code" readonly="readonly"><?php echo $config_text; ?></textarea>
|
||||
<p><?php _e( 'After you’ve done that, click “Run the installation.”' ); ?></p>
|
||||
<p><?php _e( 'After you’ve done that, click “Run the installation”.' ); ?></p>
|
||||
<p class="step"><a href="<?php echo $install; ?>" class="button button-large"><?php _e( 'Run the installation' ); ?></a></p>
|
||||
<script>
|
||||
(function(){
|
||||
|
||||
Reference in New Issue
Block a user