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

    r5835 r5868  
    220220                    '<li>' . __( '<strong>Status</strong> allows you to close a forum to new topics and forums.',                                                                                                                  'bbpress' ) . '</li>' .
    221221                    '<li>' . __( '<strong>Visibility</strong> lets you pick the scope of each forum and what users are allowed to access it.',                                                                                     'bbpress' ) . '</li>' .
    222                     '<li>' . __( '<strong>Parent</strong> dropdown determines the parent forum. Select the forum or category from the dropdown, or leave the default (No Parent) to create the forum at the root of your forums.', 'bbpress' ) . '</li>' .
     222                    '<li>' . __( '<strong>Parent</strong> dropdown determines the parent forum. Select the forum or category from the dropdown, or leave the default "No parent" to create the forum at the root of your forums.', 'bbpress' ) . '</li>' .
    223223                    '<li>' . __( '<strong>Order</strong> allows you to order your forums numerically.',                                                                                                                            'bbpress' ) . '</li>' .
    224224                '</ul>'
Note: See TracChangeset for help on using the changeset viewer.