Skip to:
Content

BuddyPress.org

Changeset 6463


Ignore:
Timestamp:
10/22/2012 10:51:15 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Groups:

  • Less verbosity in Send Invites feedback when user has no eligible friends.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/groups/create.php

    r6284 r6463  
    237237
    238238                    <div id="message" class="info">
    239                         <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
     239                        <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p>
    240240                    </div>
    241241
  • trunk/bp-templates/bp-legacy/buddypress/groups/single/send-invites.php

    r6284 r6463  
    7171
    7272    <div id="message" class="info" role="main">
    73         <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
     73        <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p>
    7474    </div>
    7575
  • trunk/bp-themes/bp-default/groups/create.php

    r6108 r6463  
    244244
    245245                        <div id="message" class="info">
    246                             <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
     246                            <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p>
    247247                        </div>
    248248
  • trunk/bp-themes/bp-default/groups/single/send-invites.php

    r5737 r6463  
    7171
    7272    <div id="message" class="info" role="main">
    73         <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group. You can send invites any time in the future by selecting the "Send Invites" option when viewing your new group.', 'buddypress' ); ?></p>
     73        <p><?php _e( 'Once you have built up friend connections you will be able to invite others to your group.', 'buddypress' ); ?></p>
    7474    </div>
    7575
Note: See TracChangeset for help on using the changeset viewer.