Index: schema.php
===================================================================
--- schema.php	(revision 14880)
+++ schema.php	(working copy)
@@ -707,7 +707,8 @@
 		'add_new_users' => '0',
 		'upload_space_check_disabled' => '0',
 		'subdomain_install' => intval( $subdomain_install ),
-		'global_terms_enabled' => global_terms_enabled() ? '1' : '0'
+		'global_terms_enabled' => global_terms_enabled() ? '1' : '0',
+		'file_upload_max_message' => __( 'Sorry, you have filled your maximum upload quota. To upload more items, please delete some files to make room.' )
 	);
 	if ( !intval( $subdomain_install ) ) 
 		$sitemeta['illegal_names'][] = 'blog';
