Skip to:
Content

BuddyPress.org

Changeset 870


Ignore:
Timestamp:
01/19/2009 05:08:44 AM (16 years ago)
Author:
apeatling
Message:

Fixing incorrect use of "You" when viewing a person's empty activity stream.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/member-themes/buddypress-member/activity/just-me.php

    r581 r870  
    2222
    2323        <?php if ( function_exists('bp_activity_get_list') ) : ?>
    24             <?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ), __( "You haven't done anything yet.", 'buddypress' )  ) ?>
     24            <?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( "My Activity", 'buddypress' ), __( "%s's Activity", 'buddypress' ), true, false ), bp_word_or_name( __( "You haven't done anything yet.", 'buddypress' ), __( "%s hasn't done anything yet.", 'buddypress' ), true, false )  ) ?>
    2525        <?php endif; ?>
    2626       
Note: See TracChangeset for help on using the changeset viewer.