Make WordPress Core


Ignore:
Timestamp:
05/26/2019 02:39:35 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Merge duplicate "Try Again" strings.

Props ramiy.
Fixes #47251.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php

    r44151 r45433  
    149149
    150150        if ( is_wp_error( $api ) ) {
    151             wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try again' ) . '</a>' );
     151            wp_die( $api->get_error_message() . '</p> <p><a href="#" onclick="document.location.reload(); return false;">' . __( 'Try Again' ) . '</a>' );
    152152        }
    153153
Note: See TracChangeset for help on using the changeset viewer.