Skip to:
Content

BuddyPress.org

Changeset 10645


Ignore:
Timestamp:
03/09/2016 05:33:02 PM (8 years ago)
Author:
imath
Message:

Post Type Comments: Improve i18n for the activity front-end filter.

See #6950 (branch 2.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/src/bp-activity/bp-activity-functions.php

    r10571 r10645  
    559559        // Fall back to a generic name.
    560560        } 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' );
    562562        }
    563563
Note: See TracChangeset for help on using the changeset viewer.