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-core/bp-core-avatars.php

    r8673 r8677  
    301301    // Get a fallback for the 'alt' parameter
    302302    if ( empty( $alt ) )
    303         $alt = __( 'Avatar Image', 'buddypress' );
     303        $alt = __( 'Profile Photo', 'buddypress' );
    304304
    305305    $html_alt = ' alt="' . esc_attr( $alt ) . '"';
     
    854854    // Image alt tag
    855855    if ( empty( $alt ) ) {
    856         $alt = sprintf( __( 'Avatar of %s', 'buddypress' ), bp_core_get_user_displayname( $id ) );
     856        $alt = sprintf( __( 'Profile photo of %s', 'buddypress' ), bp_core_get_user_displayname( $id ) );
    857857    }
    858858
Note: See TracChangeset for help on using the changeset viewer.