Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/07/2016 11:05:22 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Groups: Rename "# Members" to "Members".

WordPress uses "Users", "Sites", and other plural verbiage for similar use-cases, and BuddyPress's column widths can result in the "#" & "Members" breaking into separate lines (and it's not valuable enough to use a   between them, I don't think.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-list-table.php

    r11256 r11276  
    396396            'description' => _x( 'Description', 'Groups admin Group Description column header', 'buddypress' ),
    397397            'status'      => _x( 'Status', 'Groups admin Privacy Status column header',         'buddypress' ),
    398             'members'     => _x( '# Members', 'Groups admin Members column header',             'buddypress' ),
     398            'members'     => _x( 'Members', 'Groups admin Members column header',               'buddypress' ),
    399399            'last_active' => _x( 'Last Active', 'Groups admin Last Active column header',       'buddypress' )
    400400        ) );
Note: See TracChangeset for help on using the changeset viewer.