Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/17/2015 11:49:26 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Strings: prefer — over parenthesis when wrapping "No" style results.

This changeset normalizes the strings used to pick the parent of a forum, topic, and reply. The — may be changed later to improve localization, but for now this provides a good balance of visual separation and familiar UX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-forum.php

    r5838 r5868  
    139139                            bbp_dropdown( array(
    140140                                'select_id' => 'bbp_forum_parent_id',
    141                                 'show_none' => esc_html__( '(No Parent)', 'bbpress' ),
     141                                'show_none' => esc_html__( '— No parent —', 'bbpress' ),
    142142                                'selected'  => bbp_get_form_forum_parent(),
    143143                                'exclude'   => bbp_get_forum_id()
Note: See TracChangeset for help on using the changeset viewer.