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-topic.php

    r5829 r5868  
    120120                            <?php
    121121                                bbp_dropdown( array(
    122                                     'show_none' => esc_html__( '(No Forum)', 'bbpress' ),
     122                                    'show_none' => esc_html__( '&mdash; No forum &mdash;', 'bbpress' ),
    123123                                    'selected'  => bbp_get_form_topic_forum()
    124124                                ) );
Note: See TracChangeset for help on using the changeset viewer.