]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/site-new.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-admin / network / site-new.php
index 35d34e4ac699feafe60d17dea9205cc592f918b4..7882d0e378865ea81a258aa056003608d64ae127 100644 (file)
@@ -17,7 +17,7 @@ if ( ! is_multisite() )
        wp_die( __( 'Multisite support is not enabled.' ) );
 
 if ( ! current_user_can( 'manage_sites' ) )
-       wp_die( __( 'You do not have sufficient permissions to add sites to this network.' ) );
+       wp_die( __( 'Sorry, you are not allowed to add sites to this network.' ) );
 
 get_current_screen()->add_help_tab( array(
        'id'      => 'overview',