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/includes/extend/buddypress/groups.php

    r5829 r5868  
    295295                        bbp_dropdown( array(
    296296                            'select_id' => 'bbp_group_forum_id',
    297                             'show_none' => __( '(No Forum)', 'bbpress' ),
     297                            'show_none' => __( '— No forum —', 'bbpress' ),
    298298                            'selected'  => $forum_id
    299299                        ) );
Note: See TracChangeset for help on using the changeset viewer.