Make WordPress Core

Ticket #38178: 38178.patch

File 38178.patch, 477 bytes (added by ramiy, 10 years ago)
  • wp-admin/network/site-users.php

     
    115115
    116116                case 'remove':
    117117                        if ( ! current_user_can( 'remove_users' ) ) {
    118                                 wp_die( __( 'You can’t remove users.' ) );
     118                                wp_die( __( 'Sorry, you are not allowed to remove users.' ) );
    119119                        }
    120120
    121121                        check_admin_referer( 'bulk-users' );