Make WordPress Core


Ignore:
Timestamp:
11/09/2020 10:51:52 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Unify various "Back to..." vs. "Return to..." vs. "Go to..." strings.

Standardize on "Go to..." as a more appropriate option for most cases.

Props garrett-eclipse, kharisblank, audrasjb, ramiy, valentinbora.
Fixes #47235.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/taxonomy.php

    r49451 r49539  
    140140                'add_or_remove_items'        => null,
    141141                'choose_from_most_used'      => null,
    142                 'back_to_items'              => __( '← Back to Link Categories' ),
     142                'back_to_items'              => __( '← Go to Link Categories' ),
    143143            ),
    144144            'capabilities' => array(
     
    605605        /* translators: Tab heading when selecting from the most used terms. */
    606606        'most_used'                  => array( _x( 'Most Used', 'tags' ), _x( 'Most Used', 'categories' ) ),
    607         'back_to_items'              => array( __( '← Back to Tags' ), __( '← Back to Categories' ) ),
     607        'back_to_items'              => array( __( '← Go to Tags' ), __( '← Go to Categories' ) ),
    608608    );
    609609    $nohier_vs_hier_defaults['menu_name'] = $nohier_vs_hier_defaults['name'];
Note: See TracChangeset for help on using the changeset viewer.