Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/27/2014 05:48:17 PM (11 years ago)
Author:
djpaul
Message:

i18n: disambiguate nav items' strings.

See #5777, props danbp

File:
1 edited

Legend:

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

    r8610 r8705  
    231231            // Add 'Profile' to the main navigation
    232232            $main_nav = array(
    233                 'name'                => __( 'Profile', 'buddypress' ),
     233                'name'                => _x( 'Profile', 'Main navigation', 'buddypress' ),
    234234                'slug'                => $bp->core->profile->slug,
    235235                'position'            => 20,
     
    242242            // Add the subnav items to the profile
    243243            $sub_nav[] = array(
    244                 'name'            => __( 'View', 'buddypress' ),
     244                'name'            => _x( 'View', 'Profile sub nav', 'buddypress' ),
    245245                'slug'            => 'public',
    246246                'parent_url'      => $profile_link,
Note: See TracChangeset for help on using the changeset viewer.