diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-admin/link-add.php --- a/wp/wp-admin/link-add.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-admin/link-add.php Mon Oct 14 17:39:30 2019 +0200 @@ -10,7 +10,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can('manage_links') ) - wp_die(__('You do not have sufficient permissions to add links to this site.')); + wp_die(__('Sorry, you are not allowed to add links to this site.')); $title = __('Add New Link'); $parent_file = 'link-manager.php';