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-xprofile/bp-xprofile-admin.php

    r8677 r8705  
    2525        return false;
    2626
    27     add_users_page( __( 'Profile Fields', 'buddypress' ), __( 'Profile Fields', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' );
     27    add_users_page( _x( 'Profile Fields', 'xProfile admin page title', 'buddypress' ), _x( 'Profile Fields', 'Admin Users menu', 'buddypress' ), 'manage_options', 'bp-profile-setup', 'xprofile_admin' );
    2828}
    2929add_action( bp_core_admin_hook(), 'xprofile_add_admin_menu' );
     
    6969
    7070        <h2>
    71             <?php _e( 'Profile Fields', 'buddypress'); ?>
     71            <?php _ex( 'Profile Fields', 'Settings page header', 'buddypress'); ?>
    7272            <a id="add_group" class="add-new-h2" href="users.php?page=bp-profile-setup&amp;mode=add_group"><?php _e( 'Add New Field Group', 'buddypress' ); ?></a>
    7373        </h2>
Note: See TracChangeset for help on using the changeset viewer.