Index: wp-admin/ms-sites.php
===================================================================
--- wp-admin/ms-sites.php	(revision 15128)
+++ wp-admin/ms-sites.php	(working copy)
@@ -21,7 +21,7 @@
 if ( isset( $_GET['action'] ) && 'editblog' == $_GET['action'] ) {
 	add_contextual_help($current_screen,
 		'<p>' . __('The network admin arrives at this screen to make choices for a given site by clicking on the Edit link on the Sites screen available to them in the Super Admin navigation menu.') . '</p>' .
-		'<p>' . __('This extensive list of options has five modules: Site Info, Site Options, allowing Site Themes for this given site, changing the Site User(s) roles and passwords for that site, Adding a new user, and Miscellaneous Site Actions (upload size limits).') . '</p>' .
+		'<p>' . __('This extensive list of options has five modules: Site Info, Site Options, changing the Site User(s) roles and passwords for that site, Adding a new user, and Miscellaneous Site Actions (upload size limits).') . '</p>' .
 		'<p>' . __('Note that some fields in Site Options are grayed out and say Serialized Data. These are stored values in the database which you cannot change from here.') . '</p>' .
 		'<p><strong>' . __('For more information:') . '</strong></p>' .
 		'<p>' . __('<a href="http://codex.wordpress.org/Super_Admin_Sites_Edit_Site">Site Editing Documentation</a>') . '</p>' .

