Ticket #29006: 29006-01.patch
File 29006-01.patch, 1.0 KB (added by , 9 years ago) |
---|
-
wp-admin/setup-config.php
138 138 setup_config_display_header(); 139 139 ?> 140 140 <form method="post" action="setup-config.php?step=2"> 141 <p><?php _e( " Below you should enter your database connection details. If you’re not sure about these, contact your host." ); ?></p>141 <p><?php _e( "Enter your database connection details below. If you’re not sure about these, contact your host." ); ?></p> 142 142 <table class="form-table"> 143 143 <tr> 144 144 <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th> 145 145 <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> 147 147 </tr> 148 148 <tr> 149 149 <th scope="row"><label for="uname"><?php _e( 'User Name' ); ?></label></th>