Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2014 06:13:12 PM (11 years ago)
Author:
djpaul
Message:

i18n: improvements to strings across the majority of components.

Fixes #5760, props jreeve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-functions.php

    r8316 r8662  
    306306    if ( count( groups_get_group_admins( $group_id ) ) < 2 ) {
    307307        if ( groups_is_user_admin( $user_id, $group_id ) ) {
    308             bp_core_add_message( __( 'As the only Admin, you cannot leave the group.', 'buddypress' ), 'error' );
     308            bp_core_add_message( __( 'As the only admin, you cannot leave the group.', 'buddypress' ), 'error' );
    309309            return false;
    310310        }
Note: See TracChangeset for help on using the changeset viewer.