Skip to:
Content

bbPress.org

Changeset 6185


Ignore:
Timestamp:
12/27/2016 10:16:37 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Labels: Prefer "Add New" over "New Thing".

Location:
trunk/src/includes
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/forums/template.php

    r6135 r6185  
    5050        'singular_name'      => __( 'Forum',                    'bbpress' ),
    5151        'all_items'          => __( 'All Forums',               'bbpress' ),
    52         'add_new'            => __( 'New Forum',                'bbpress' ),
     52        'add_new'            => __( 'Add New',                  'bbpress' ),
    5353        'add_new_item'       => __( 'Create New Forum',         'bbpress' ),
    5454        'edit'               => __( 'Edit',                     'bbpress' ),
  • trunk/src/includes/replies/template.php

    r6094 r6185  
    4949        'singular_name'      => _x( 'Reply', 'noun',             'bbpress' ),
    5050        'all_items'          => __( 'All Replies',               'bbpress' ),
    51         'add_new'            => __( 'New Reply',                 'bbpress' ),
     51        'add_new'            => __( 'Add New',                   'bbpress' ),
    5252        'add_new_item'       => __( 'Create New Reply',          'bbpress' ),
    5353        'edit'               => __( 'Edit',                      'bbpress' ),
  • trunk/src/includes/topics/template.php

    r6089 r6185  
    4949        'singular_name'      => __( 'Topic',                    'bbpress' ),
    5050        'all_items'          => __( 'All Topics',               'bbpress' ),
    51         'add_new'            => __( 'New Topic',                'bbpress' ),
     51        'add_new'            => __( 'Add New',                  'bbpress' ),
    5252        'add_new_item'       => __( 'Create New Topic',         'bbpress' ),
    5353        'edit'               => __( 'Edit',                     'bbpress' ),
Note: See TracChangeset for help on using the changeset viewer.