Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/14/2013 01:41:33 PM (11 years ago)
Author:
boonebgorges
Message:

Fixes typos in feed descriptions.

Fixes #5053

Props danbp

File:
1 edited

Legend:

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

    r7207 r7217  
    500500
    501501        'link'          => trailingslashit( bp_displayed_user_domain() . bp_get_activity_slug() . '/' . bp_get_friends_slug() ),
    502         'description'   => sprintf( __( "Activity feed for %s' friends.", 'buddypress' ), bp_get_displayed_user_fullname() ),
     502        'description'   => sprintf( __( "Activity feed for %s's friends.", 'buddypress' ), bp_get_displayed_user_fullname() ),
    503503        'activity_args' => 'scope=friends'
    504504    ) );
     
    609609
    610610        'link'          => bp_displayed_user_domain() . bp_get_activity_slug() . '/favorites/',
    611         'description'   => sprintf( __( "Activity feed of %s' favorites.", 'buddypress' ), bp_get_displayed_user_fullname() ),
     611        'description'   => sprintf( __( "Activity feed of %s's favorites.", 'buddypress' ), bp_get_displayed_user_fullname() ),
    612612        'activity_args' => 'include=' . $fav_ids
    613613    ) );
Note: See TracChangeset for help on using the changeset viewer.