diff -r f507feede89a -r 09a1c134465b web/wp-load.php --- a/web/wp-load.php Wed Dec 19 12:35:13 2012 -0800 +++ b/web/wp-load.php Wed Dec 19 17:46:52 2012 -0800 @@ -57,7 +57,7 @@ $die = __( "There doesn't seem to be a wp-config.php file. I need this before we can get started." ) . '

'; $die .= '

' . __( "Need more help? We got it." ) . '

'; $die .= '

' . __( "You can create a wp-config.php file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '

'; - $die .= '

' . __( "Create a Configuration File" ) . ''; + $die .= '

' . __( "Create a Configuration File" ) . ''; wp_die( $die, __( 'WordPress › Error' ) ); }