Make WordPress Core

Ticket #29006: 29006-01.patch

File 29006-01.patch, 1.0 KB (added by Jonnyauk, 9 years ago)

Small text changes to wp-admin/setup-config.php

  • wp-admin/setup-config.php

     
    138138                setup_config_display_header();
    139139        ?>
    140140<form method="post" action="setup-config.php?step=2">
    141         <p><?php _e( "Below you should enter your database connection details. If you&#8217;re not sure about these, contact your host." ); ?></p>
     141        <p><?php _e( "Enter your database connection details below. If you&#8217;re not sure about these, contact your host." ); ?></p>
    142142        <table class="form-table">
    143143                <tr>
    144144                        <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th>
    145145                        <td><input name="dbname" id="dbname" type="text" size="25" value="wordpress" /></td>
    146                         <td><?php _e( 'The name of the database you want to run WP in.' ); ?></td>
     146                        <td><?php _e( 'The name of the database you want to use to run this WordPress installation.' ); ?></td>
    147147                </tr>
    148148                <tr>
    149149                        <th scope="row"><label for="uname"><?php _e( 'User Name' ); ?></label></th>