X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/4feeb71a9d812a9ae371c28a3d8b442a4394ded7..607b7e02d77e7326161e8ec15639052d2040f745:/wp-admin/link-manager.php diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index 4dc30151..79abe65b 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -9,7 +9,7 @@ /** Load WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can( 'manage_links' ) ) - wp_die( __( 'You do not have sufficient permissions to edit the links for this site.' ) ); + wp_die( __( 'Sorry, you are not allowed to edit the links for this site.' ) ); $wp_list_table = _get_list_table('WP_Links_List_Table'); @@ -68,7 +68,7 @@ get_current_screen()->set_screen_reader_content( array( include_once( ABSPATH . 'wp-admin/admin-header.php' ); if ( ! current_user_can('manage_links') ) - wp_die(__("You do not have sufficient permissions to edit the links for this site.")); + wp_die(__('Sorry, you are not allowed to edit the links for this site.')); ?>