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-admin.php

    r8637 r8677  
    584584        add_meta_box(
    585585            'bp_xprofile_user_admin_avatar',
    586             _x( 'Avatar', 'xprofile user-admin edit screen', 'buddypress' ),
     586            _x( 'Profile Photo', 'xprofile user-admin edit screen', 'buddypress' ),
    587587            array( $this, 'user_admin_avatar_metabox' ),
    588588            $screen_id,
     
    844844                $delete_link   = wp_nonce_url( $community_url, 'delete_avatar' ); ?>
    845845
    846                 <a href="<?php echo esc_url( $delete_link ); ?>" title="<?php esc_attr_e( 'Delete Avatar', 'buddypress' ); ?>" class="bp-xprofile-avatar-user-admin"><?php esc_html_e( 'Delete Avatar', 'buddypress' ); ?></a></li>
     846                <a href="<?php echo esc_url( $delete_link ); ?>" title="<?php esc_attr_e( 'Delete Profile Photo', 'buddypress' ); ?>" class="bp-xprofile-avatar-user-admin"><?php esc_html_e( 'Delete Profile Photo', 'buddypress' ); ?></a></li>
    847847
    848848            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.