Index: wp-load.php
===================================================================
--- wp-load.php	(revision 23307)
+++ wp-load.php	(working copy)
@@ -54,7 +54,7 @@
 	require_once( ABSPATH . WPINC . '/functions.php' );
 
 	// Die with an error message
-	$die  = __( "There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started." ) . '</p>';
+	$die  = __( "There doesn't seem to be a <code>wp-config.php</code> file. WordPress needs this before we can get started." ) . '</p>';
 	$die .= '<p>' . __( "Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ) . '</p>';
 	$die .= '<p>' . __( "You can create a <code>wp-config.php</code> file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '</p>';
 	$die .= '<p><a href="' . $path . '" class="button button-large">' . __( "Create a Configuration File" ) . '</a>';
Index: wp-trackback.php
===================================================================
--- wp-trackback.php	(revision 23307)
+++ wp-trackback.php	(working copy)
@@ -73,7 +73,7 @@
 	$tb_id = $posts[0]->ID;
 
 if ( !isset($tb_id) || !intval( $tb_id ) )
-	trackback_response(1, 'I really need an ID for this to work.');
+	trackback_response(1, 'WordPress really needs an ID for this to work.');
 
 if (empty($title) && empty($tb_url) && empty($blog_name)) {
 	// If it doesn't look like a trackback at all...
Index: wp-admin/setup-config.php
===================================================================
--- wp-admin/setup-config.php	(revision 23307)
+++ wp-admin/setup-config.php	(working copy)
@@ -63,7 +63,7 @@
 wp_magic_quotes();
 
 if ( ! file_exists( ABSPATH . 'wp-config-sample.php' ) )
-	wp_die( __( 'Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.' ) );
+	wp_die( __( 'Sorry, WordPress needs a wp-config-sample.php file to work from. Please re-upload this file fom your WordPress installation.' ) );
 
 $config_file = file(ABSPATH . 'wp-config-sample.php');
 
