Skip to:
Content

BuddyPress.org

Changeset 4288


Ignore:
Timestamp:
04/24/2011 10:44:40 PM (14 years ago)
Author:
djpaul
Message:

Update text for the new "changed their avatar" activity stream action. See #3022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-activity.php

    r4273 r4288  
    123123    bp_activity_add( array(
    124124        'user_id' => $user_id,
    125         'action' => apply_filters( 'bp_xprofile_new_avatar_action', sprintf( __( '%s uploaded a new profile picture', 'buddypress' ), $userlink ), $user_id ),
     125        'action' => apply_filters( 'bp_xprofile_new_avatar_action', sprintf( __( '%s changed their profile picture', 'buddypress' ), $userlink ), $user_id ),
    126126        'component' => 'profile',
    127127        'type' => 'new_avatar'
Note: See TracChangeset for help on using the changeset viewer.