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-admin/includes/class-bulk-plugin-upgrader-skin.php

    r45932 r49539  
    4949                '<a href="%s" target="_parent">%s</a>',
    5050                self_admin_url( 'plugins.php' ),
    51                 __( 'Return to Plugins page' )
     51                __( 'Go to Plugins page' )
    5252            ),
    5353            'updates_page' => sprintf(
    5454                '<a href="%s" target="_parent">%s</a>',
    5555                self_admin_url( 'update-core.php' ),
    56                 __( 'Return to WordPress Updates page' )
     56                __( 'Go to WordPress Updates page' )
    5757            ),
    5858        );
Note: See TracChangeset for help on using the changeset viewer.