Make WordPress Core

Changeset 41934


Ignore:
Timestamp:
10/19/2017 12:47:15 AM (7 years ago)
Author:
SergeyBiryukov
Message:

I18N: Unify permission error message in wp-admin/ms-delete-site.php.

Props ramiy.
Fixes #42268.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/ms-delete-site.php

    r41661 r41934  
    2121        wp_die( sprintf( __( 'Thank you for using %s, your site has been deleted. Happy trails to you until we meet again.' ), get_network()->site_name ) );
    2222    } else {
    23         wp_die( __( "I'm sorry, the link you clicked is stale. Please select another option." ) );
     23        wp_die( __( 'Sorry, the link you clicked is stale. Please select another option.' ) );
    2424    }
    2525}
Note: See TracChangeset for help on using the changeset viewer.