Skip to:
Content

BuddyPress.org

Changeset 9387


Ignore:
Timestamp:
01/21/2015 07:31:22 AM (10 years ago)
Author:
r-a-y
Message:

Notifications: Use gettext context for "Read" subnav title string.

Props slaFFik, danbp.

Fixes #6121.

File:
1 edited

Legend:

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

    r9351 r9387  
    206206                'parent' => 'my-account-' . $this->id,
    207207                'id'     => 'my-account-' . $this->id . '-read',
    208                 'title'  => __( 'Read', 'buddypress' ),
     208                'title'  => _x( 'Read', 'My Account Notification sub nav', 'buddypress' ),
    209209                'href'   => trailingslashit( $notifications_link . 'read' ),
    210210            );
Note: See TracChangeset for help on using the changeset viewer.