Skip to:
Content

bbPress.org

Changeset 4722


Ignore:
Timestamp:
01/27/2013 12:47:25 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Tweak BuddyPress activity action text to bring them closer together in lists (typically sorted alphabetically.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/extend/buddypress/activity.php

    r4719 r4722  
    238238
    239239        // Sitewide activity stream items
    240         bp_activity_set_action( $this->component, $this->topic_create, __( 'New topic created', 'bbpress' ) );
    241         bp_activity_set_action( $this->component, $this->reply_create, __( 'New reply created', 'bbpress' ) );
     240        bp_activity_set_action( $this->component, $this->topic_create, __( 'New forum topic', 'bbpress' ) );
     241        bp_activity_set_action( $this->component, $this->reply_create, __( 'New forum reply', 'bbpress' ) );
    242242    }
    243243
Note: See TracChangeset for help on using the changeset viewer.