Make WordPress Core

Changeset 36545


Ignore:
Timestamp:
02/17/2016 03:02:03 PM (9 years ago)
Author:
ocean90
Message:

Setup: Improve wording on the page for the database connection details.

See #26879.

File:
1 edited

Legend:

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

    r36544 r36545  
    189189            <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th>
    190190            <td><input name="dbname" id="dbname" type="text" size="25" value="wordpress" /></td>
    191             <td><?php _e( 'The name of the database you want to run WP in.' ); ?></td>
     191            <td><?php _e( 'The name of the database you want to use with WordPress.' ); ?></td>
    192192        </tr>
    193193        <tr>
    194194            <th scope="row"><label for="uname"><?php _e( 'Username' ); ?></label></th>
    195195            <td><input name="uname" id="uname" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td>
    196             <td><?php _e( 'Your MySQL username' ); ?></td>
     196            <td><?php _e( 'Your database username.' ); ?></td>
    197197        </tr>
    198198        <tr>
    199199            <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th>
    200200            <td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" autocomplete="off" /></td>
    201             <td><?php _e( '&hellip;and your MySQL password.' ); ?></td>
     201            <td><?php _e( 'Your database password.' ); ?></td>
    202202        </tr>
    203203        <tr>
Note: See TracChangeset for help on using the changeset viewer.