diff --git src/bp-activity/bp-activity-functions.php src/bp-activity/bp-activity-functions.php
index 6f9b6e1..8f03c6f 100644
|
|
function bp_activity_get_post_type_tracking_args( $post_type ) { |
558 | 558 | |
559 | 559 | // Fall back to a generic name. |
560 | 560 | } else { |
561 | | $post_type_activity->comments_tracking->front_filter = sprintf( __( '%s comments', 'buddypress' ), $post_type_object->labels->singular_name ); |
| 561 | $post_type_activity->comments_tracking->front_filter = _x( 'Item comments', 'Post Type generic comments activity front filter', 'buddypress' ); |
562 | 562 | } |
563 | 563 | |
564 | 564 | $post_type_activity->comments_tracking->contexts = $post_type_activity->contexts; |