Index: admin.php
===================================================================
--- admin.php	(revision 2002)
+++ admin.php	(working copy)
@@ -86,7 +86,17 @@
 									<li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ) ?></li>
 								</ul>
 							</label>
-				
+							
+                            <label>
+                                <input type="radio" name="group-status" value="semi"<?php bp_group_show_status_setting('semi') ?> />
+                                <strong><?php _e( 'This is a semi-private group', 'buddypress' ) ?></strong>
+                                <ul>
+                                    <li><?php _e( 'Only users who request membership and are accepted can join the group.', 'buddypress' ) ?></li>
+                                    <li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ) ?></li>
+                                    <li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ) ?></li>
+                                </ul>
+                            </label>
+                            
 							<label>
 								<input type="radio" name="group-status" value="private"<?php bp_group_show_status_setting('private') ?> />
 								<strong><?php _e( 'This is a private group', 'buddypress' ) ?></strong>
