]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/link-add.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-admin / link-add.php
index d15fb9315fbf8a306139514f385659cbcaeb1e1c..423c6680e5db2ab8c89e999e5527a8c262b52213 100644 (file)
@@ -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';