Index: ms-options.php
===================================================================
--- ms-options.php	(revision 14880)
+++ ms-options.php	(working copy)
@@ -144,7 +144,8 @@
 					<?php $limited_email_domains = get_site_option( 'limited_email_domains' );
 					$limited_email_domains = str_replace( ' ', "\n", $limited_email_domains ); ?>
 					<textarea name="limited_email_domains" id="limited_email_domains" cols="45" rows="5">
-<?php echo wp_htmledit_pre( $limited_email_domains == '' ? '' : implode( "\n", (array) $limited_email_domains ) ); ?></textarea>
+						<?php echo wp_htmledit_pre( $limited_email_domains == '' ? '' : implode( "\n", (array) $limited_email_domains ) ); ?>
+					</textarea>
 					<br />
 					<?php _e( 'If you want to limit site registrations to certain domains. One domain per line.' ) ?>
 				</td>
@@ -154,12 +155,13 @@
 				<th scope="row"><label for="banned_email_domains"><?php _e('Banned Email Domains') ?></label></th>
 				<td>
 					<textarea name="banned_email_domains" id="banned_email_domains" cols="45" rows="5">
-<?php echo wp_htmledit_pre( get_site_option( 'banned_email_domains' ) == '' ? '' : implode( "\n", (array) get_site_option( 'banned_email_domains' ) ) ); ?></textarea>
+						<?php echo wp_htmledit_pre( get_site_option( 'banned_email_domains' ) == '' ? '' : implode( "\n", (array) get_site_option( 'banned_email_domains' ) ) ); ?>
+					</textarea>
 					<br />
 					<?php _e( 'If you want to ban domains from site registrations. One domain per line.' ) ?>
 				</td>
 			</tr>
-
+			
 		</table>
 		<h3><?php _e('New Site Settings'); ?></h3>
 		<table class="form-table">
@@ -182,7 +184,19 @@
 					<?php _e( 'The welcome email sent to new users.' ) ?>
 				</td>
 			</tr>
+
 			<tr valign="top">
+				<th scope="row"><label for="file_upload_max_message"><?php _e('File Upload Max Reached Message') ?></label></th>
+				<td>
+					<textarea name="file_upload_max_message" id="file_upload_max_message" cols="45" rows="5">
+						<?php echo wp_htmledit_pre( get_site_option( 'file_upload_max_message' ) ); ?>
+					</textarea>
+					<br />
+					<?php _e( 'If you want to customize the message users receive when they reach their maximum file upload limit, enter it here.' ) ?>
+				</td>
+			</tr>
+			
+			<tr valign="top">
 				<th scope="row"><label for="first_post"><?php _e( 'First Post' ) ?></label></th>
 				<td>
 					<textarea name="first_post" id="first_post" rows="5" cols="45" class="large-text">
