--- /var/folders/F-/F-VSD04C2PaLNk+BYn0iTU+++TI/-Tmp-/.XcodeSCMTemp/temp9545DC74.HEAD.bp-xprofile.php 2009-09-05 19:03:17.000000000 -0400 +++ /Users/jeffsayre/Desktop/BuddyPress Test/trunk/bp-xprofile.php 2009-09-05 19:03:05.000000000 -0400 @@ -586,7 +586,7 @@ function xprofile_register_activity_acti return false; /* Register the activity stream actions for this component */ - bp_activity_set_action( $bp->profile->id, 'new_wire_post', __( 'New profile wire post', 'buddypress' ) ); + bp_activity_set_action( $bp->profile->id, 'updated_profile', __( 'Updated Profile', 'buddypress' ) ); do_action( 'xprofile_register_activity_actions' ); }