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/admin/metaboxes.php

    r5850 r5868  
    357357            'select_id'          => 'parent_id',
    358358            'options_only'       => false,
    359             'show_none'          => __( '— No parent —', 'bbpress' ),
     359            'show_none'          => __( '— No forum —', 'bbpress' ),
    360360            'disable_categories' => false,
    361361            'disabled'           => ''
     
    511511                'select_id'          => 'bbp_forum_id',
    512512                'options_only'       => false,
    513                 'show_none'          => __( '— No parent —', 'bbpress' ),
     513                'show_none'          => __( '— No reply —', 'bbpress' ),
    514514                'disable_categories' => current_user_can( 'edit_forums' ),
    515515                'disabled'           => ''
Note: See TracChangeset for help on using the changeset viewer.