Ticket #33147: 33147.patch
File 33147.patch, 808 bytes (added by , 10 years ago) |
---|
-
wp-admin/install.php
269 269 <p><?php _e( 'Welcome to the famous five-minute WordPress installation process! Just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ); ?></p> 270 270 271 271 <h1><?php _e( 'Information needed' ); ?></h1> 272 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later .' ); ?></p>272 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later except username.' ); ?></p> 273 273 274 274 <?php 275 275 display_setup_form();