diff --git a/wp-admin/network.php b/wp-admin/network.php index 9a45f4f67..e794a1ebb 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -117,28 +117,25 @@ function network_step1( $errors = false ) {

' . __( 'Please make sure the Apache mod_rewrite module is installed as it will be used at the end of this install.' ) . '

'; + echo '

' . __( 'Note:' ) . ' ' . __( 'Please make sure the Apache mod_rewrite module is installed as it will be used at the end of this install.' ) . '

'; else - echo '

' . __( 'Warning! It looks like Apache mod_rewrite module is not installed.' ) . '

'; - echo '

' . __( 'If mod_rewrite is disabled ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.' ) . '

'; + echo '

' . __( 'Warning!' ) . ' ' . __( 'It looks like the Apache mod_rewrite module is not installed.' ) . '

'; + echo '

' . __( 'If mod_rewrite is disabled, ask your administrator to enable that module, or look at the Apache documentation or elsewhere for help setting it up.' ) . '

'; } if ( 'localhost' != $hostname ) : ?>

You cannot change this later.' ); ?>

- - -

Note It looks like mod_rewrite is not installed.' ); ?>

- +