Skip to:
Content

BuddyPress.org


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

Rename "Avatar" to "Profile Photo".

"Profile photo" is probably more easily understood by most people (and translators), and better describes what BuddyPress' member and group avatar features actually are; that we're asking for a person's photograph. Sometimes, avatar can mean "graphic" or "illustration".

This subtle change in phrasing also makes BuddyPress more consistent with the significant majority of other online platform services (Twitter, Facebook, etc).

Fixes #5758, props sooskriszta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-loader.php

    r8610 r8677  
    209209        if ( buddypress()->avatar->show_avatars ) {
    210210            $sub_nav[] = array(
    211                 'name'            => __( 'Change Avatar', 'buddypress' ),
     211                'name'            => __( 'Change Profile Photo', 'buddypress' ),
    212212                'slug'            => 'change-avatar',
    213213                'parent_url'      => $profile_link,
     
    306306                    'parent' => 'my-account-' . $this->id,
    307307                    'id'     => 'my-account-' . $this->id . '-change-avatar',
    308                     'title'  => __( 'Change Avatar', 'buddypress' ),
     308                    'title'  => __( 'Change Profile Photo', 'buddypress' ),
    309309                    'href'   => trailingslashit( $profile_link . 'change-avatar' )
    310310                );
Note: See TracChangeset for help on using the changeset viewer.