Index: wp-includes/load.php
===================================================================
--- wp-includes/load.php	(revision 13217)
+++ wp-includes/load.php	(working copy)
@@ -17,7 +17,7 @@
 		return;
 
 	if ( isset( $_REQUEST['GLOBALS'] ) )
-		die( 'GLOBALS overwrite attempt detected' );
+		die( /*WP_I18N_GLOBALS_OVERWRITE*/'GLOBALS overwrite attempt detected'/*/WP_I18N_GLOBALS_OVERWRITE*/ );
 
 	// Variables that shouldn't be unset
 	$noUnset = array( 'GLOBALS', '_GET', '_POST', '_COOKIE', '_REQUEST', '_SERVER', '_ENV', '_FILES', 'table_prefix' );
@@ -568,6 +568,4 @@
 		return true;
 
 	return false;
-}
-
-?>
\ No newline at end of file
+}
\ No newline at end of file
