Index: src/bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php	(revision 8756)
+++ src/bp-templates/bp-legacy/buddypress/groups/single/invites-loop.php	(working copy)
@@ -1,6 +1,15 @@
+
+<h2 class="manage-invites-heading"><?php _e( 'Manage your member invites for this group', 'buddypress' ); ?></h2>
+
+
+
 <div class="left-menu">
 
 	<div id="invite-list">
+		<?php 
+		/* You may have friends but they may all be members of this group, invite list would then return false */
+		if( bp_get_new_group_invite_friend_list() ) :
+		?>
 
 		<ul>
 			<?php bp_new_group_invite_friend_list(); ?>
@@ -8,6 +17,12 @@
 
 		<?php wp_nonce_field( 'groups_invite_uninvite_user', '_wpnonce_invite_uninvite_user' ); ?>
 
+		<?php else: ?>
+	
+		<p class="info"><?php _e('Your friends are currently all members of this group.','buddypress'); ?></p>
+
+		<?php endif; ?>
+
 	</div>
 
 </div><!-- .left-menu -->
@@ -18,6 +33,8 @@
 
 	<?php if ( bp_group_has_invites( bp_ajax_querystring( 'invite' ) . '&per_page=10' ) ) : ?>
 
+		<h3 class="invite-list-heading"><?php _e('Your current invitations','buddypress'); ?></h3>
+
 		<div id="pag-top" class="pagination">
 
 			<div class="pag-count" id="group-invite-count-top">
