Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#6121 closed defect (bug) (fixed)

Missing notice sub-nav disambiguation

Reported by: danbp's profile danbp Owned by: r-a-y's profile r-a-y
Milestone: 2.2 Priority: normal
Severity: minor Version:
Component: Toolbar & Notifications Keywords: has-patch
Cc: danco38@…

Description

Sorry, but i'm unable to publish a patch at the moment.

bp-notifications-loader.php:208

replace

'title'  => __( 'Read', 'buddypress' ),

by

'title'  => _x( 'Read', 'My Account Notification sub nav', 'buddypress' ),


Attachments (1)

6121.patch (616 bytes) - added by slaFFik 10 years ago.

Download all attachments as: .zip

Change History (3)

@slaFFik
10 years ago

#1 @slaFFik
10 years ago

  • Keywords has-patch added

#2 @r-a-y
10 years ago

  • Owner set to r-a-y
  • Resolution set to fixed
  • Status changed from new to closed

In 9387:

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

Props slaFFik, danbp.

Fixes #6121.

Note: See TracTickets for help on using tickets.