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/settings.php

    r6070 r6089  
    333333            // Reply slug setting
    334334            '_bbp_reply_slug' => array(
    335                 'title'             => __( 'Reply', 'bbpress' ),
     335                'title'             => _x( 'Reply', 'noun', 'bbpress' ),
    336336                'callback'          => 'bbp_admin_setting_callback_reply_slug',
    337337                'sanitize_callback' => 'bbp_sanitize_slug',
Note: See TracChangeset for help on using the changeset viewer.