Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2014 06:13:12 PM (10 years ago)
Author:
djpaul
Message:

i18n: improvements to strings across the majority of components.

Fixes #5760, props jreeve

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-loader.php

    r8277 r8662  
    107107            'root_slug'             => isset( $bp->pages->activity->slug ) ? $bp->pages->activity->slug : BP_ACTIVITY_SLUG,
    108108            'has_directory'         => true,
    109             'directory_title'       => _x( 'Sitewide Activity', 'component directory title', 'buddypress' ),
     109            'directory_title'       => _x( 'Site-Wide Activity', 'component directory title', 'buddypress' ),
    110110            'notification_callback' => 'bp_activity_format_notifications',
    111111            'search_string'         => __( 'Search Activity...', 'buddypress' ),
Note: See TracChangeset for help on using the changeset viewer.