Skip to:
Content

BuddyPress.org

Changeset 8217


Ignore:
Timestamp:
03/30/2014 11:10:49 PM (11 years ago)
Author:
djpaul
Message:

Members: use "email", not "e-mail". See #5493

Location:
trunk/bp-members
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/admin/bp-members-classes.php

    r8198 r8217  
    127127            'username'   => __( 'Username', 'buddypress' ),
    128128            'name'       => __( 'Name', 'buddypress' ),
    129             'email'      => __( 'E-mail', 'buddypress' ),
     129            'email'      => __( 'Email', 'buddypress' ),
    130130            'registered' => __( 'Registered', 'buddypress' ),
    131131            'date_sent'  => __( 'Last Sent', 'buddypress' ),
     
    445445            'username'   => __( 'Username', 'buddypress' ),
    446446            'name'       => __( 'Name', 'buddypress' ),
    447             'email'      => __( 'E-mail', 'buddypress' ),
     447            'email'      => __( 'Email', 'buddypress' ),
    448448            'registered' => __( 'Registered', 'buddypress' ),
    449449            'date_sent'  => __( 'Last Sent', 'buddypress' ),
  • trunk/bp-members/bp-members-admin.php

    r8197 r8217  
    929929                '<p>' . __( 'This is the admininistration screen for pending accounts on your site.', 'buddypress' ) . '</p>' .
    930930                '<p>' . __( 'From the screen options, you can customize the displayed columns and the pagination of this screen.', 'buddypress' ) . '</p>' .
    931                 '<p>' . __( 'You can reorder the list of your pending accounts by clicking on the Username, E-mail or Registered column headers.', 'buddypress' ) . '</p>' .
    932                 '<p>' . __( 'Using the search form, you can find pending accounts more easily. The Username and E-mail fields will be included in the search.', 'buddypress' ) . '</p>'
     931                '<p>' . __( 'You can reorder the list of your pending accounts by clicking on the Username, Email or Registered column headers.', 'buddypress' ) . '</p>' .
     932                '<p>' . __( 'Using the search form, you can find pending accounts more easily. The Username and Email fields will be included in the search.', 'buddypress' ) . '</p>'
    933933            ) );
    934934
Note: See TracChangeset for help on using the changeset viewer.