Ticket #42008: 42008-v1.patch
File 42008-v1.patch, 820 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/install.php
318 318 <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> 319 319 320 320 <h2><?php _e( 'Information needed' ); ?></h2> 321 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later .' ); ?></p>321 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later except username.' ); ?></p> 322 322 323 323 <?php 324 324 display_setup_form();