Make WordPress Core

Changeset 35881


Ignore:
Timestamp:
12/12/2015 01:44:56 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in wp-admin/setup-config.php.

Props obrienlabs.
Fixes #34916.

File:
1 edited

Legend:

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

    r35837 r35881  
    182182        setup_config_display_header();
    183183    ?>
    184 <h1 class="screen-reader-text"><?php _e( 'Setup your database connection' ) ?></h1>
     184<h1 class="screen-reader-text"><?php _e( 'Set up your database connection' ) ?></h1>
    185185<form method="post" action="setup-config.php?step=2">
    186186    <p><?php _e( 'Below you should enter your database connection details. If you&#8217;re not sure about these, contact your host.' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.