Text Changes: Merge strings referring to list_users capability.

See #38857.

git-svn-id: https://develop.svn.wordpress.org/trunk@39312 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2016-11-19 02:15:10 +00:00
parent ecb95b299c
commit 4e5fdda8f9
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' );
if ( ! current_user_can( 'list_users' ) ) {
wp_die(
'<h1>' . __( 'Cheatin&#8217; uh?' ) . '</h1>' .
'<p>' . __( 'Sorry, you are not allowed to browse users.' ) . '</p>',
'<p>' . __( 'Sorry, you are not allowed to list users.' ) . '</p>',
403
);
}