Ticket #29290: 29290.patch
File 29290.patch, 1.0 KB (added by , 10 years ago) |
---|
-
src/wp-admin/install.php
200 200 display_header(); 201 201 ?> 202 202 <h1><?php _ex( 'Welcome', 'Howdy' ); ?></h1> 203 <p><?php printf( __( 'Welcome to the famous five minute WordPress installation process! You may want to browse the <a href="%s">ReadMe documentation</a> at your leisure. Otherwise, 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.' ), '../readme.html' ); ?></p>203 <p><?php __( '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> 204 204 205 205 <h1><?php _e( 'Information needed' ); ?></h1> 206 206 <p><?php _e( 'Please provide the following information. Don’t worry, you can always change these settings later.' ); ?></p>