X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-admin/users.php diff --git a/wp-admin/users.php b/wp-admin/users.php index 789f34c9..194ced94 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -13,7 +13,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can( 'list_users' ) ) { wp_die( '

' . __( 'Cheatin’ uh?' ) . '

' . - '

' . __( 'You are not allowed to browse users.' ) . '

', + '

' . __( 'Sorry, you are not allowed to browse users.' ) . '

', 403 ); } @@ -39,7 +39,7 @@ get_current_screen()->add_help_tab( array( 'content' => '

' . __('You can customize the display of this screen in a number of ways:') . '

' . '' ) );