Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/23/2014 06:30:22 PM (10 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-members/bp-members-admin.php

    r8583 r8677  
    279279                $notice = array(
    280280                    'class'   => 'updated',
    281                     'message' => __( 'Avatar was deleted successfully!', 'buddypress' )
     281                    'message' => __( 'Profile photo was deleted.', 'buddypress' )
    282282                );
    283283                break;
Note: See TracChangeset for help on using the changeset viewer.