Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/05/2016 06:21:41 AM (10 years ago)
Author:
netweb
Message:

Locale - i18n/l10n: Differentiate the noun and verb "Reply" string.

"Reply" can be used as both a verb and a noun, this changeset adds this context to instances of the "Reply" string thus allowing the different contexts to be translated accurately.

Props ocean90.
Fixes #2977.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/list-tables/topic-replies.php

    r5951 r6089  
    3535    public function __construct( $args = array() ) {
    3636        $args = array(
    37             'singular' => esc_html__( 'Reply',  'bbpress' ),
     37            'singular' => esc_html_x( 'Reply', 'noun', 'bbpress' ),
    3838            'plural'   => esc_html__( 'Replies', 'bbpress' ),
    3939            'ajax'     => true
Note: See TracChangeset for help on using the changeset viewer.