Ticket #29005: 29005-02.patch
File 29005-02.patch, 1.7 KB (added by , 11 years ago) |
---|
-
wp-admin/setup-config.php
114 114 } 115 115 ?> 116 116 117 <p><?php _e( 'Welcome to WordPress. Before getting started, we need some information on the database . You will need to know the following items before proceeding.' ) ?></p>117 <p><?php _e( 'Welcome to WordPress. Before getting started, we need some information on the database you wish to use with this installation of WordPress. You will need to know the following items before proceeding:' ) ?></p> 118 118 <ol> 119 119 <li><?php _e( 'Database name' ); ?></li> 120 120 <li><?php _e( 'Database username' ); ?></li> … … 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> … … 163 163 <tr> 164 164 <th scope="row"><label for="prefix"><?php _e( 'Table Prefix' ); ?></label></th> 165 165 <td><input name="prefix" id="prefix" type="text" value="wp_" size="25" /></td> 166 <td><?php _e( 'If you want to run multiple WordPress installations in a single database, change this .' ); ?></td>166 <td><?php _e( 'If you want to run multiple WordPress installations in a single database, change this to something unique.' ); ?></td> 167 167 </tr> 168 168 </table> 169 169 <?php if ( isset( $_GET['noapi'] ) ) { ?><input name="noapi" type="hidden" value="1" /><?php } ?>