Index: wp-admin/network.php
===================================================================
--- wp-admin/network.php	(revision 23297)
+++ wp-admin/network.php	(working copy)
@@ -459,7 +459,7 @@
 </configuration>';
 
 	?>
-		<li><p><?php printf( __( 'Add the following to your <code>web.config</code> file in <code>%s</code>, replacing other WordPress rules:' ), $home_path ); ?></p>
+		<li><p><?php printf( __( 'Add the following to your <code>%s</code> file in <code>%s</code>, replacing other WordPress rules:' ), 'web.config', $home_path ); ?></p>
 		<?php
 		if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
 			echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>';
@@ -493,7 +493,7 @@
 EOF;
 
 		?>
-		<li><p><?php printf( __( 'Add the following to your <code>.htaccess</code> file in <code>%s</code>, replacing other WordPress rules:' ), $home_path ); ?></p>
+		<li><p><?php printf( __( 'Add the following to your <code>%s</code> file in <code>%s</code>, replacing other WordPress rules:' ), '.htaccess', $home_path ); ?></p>
 		<?php
 		if ( ! $subdomain_install && WP_CONTENT_DIR != ABSPATH . 'wp-content' )
 			echo '<p><strong>' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '</strong></p>';
