X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..febc815b2c9d85be5717da9e8d164bd2daa97e31:/wp-admin/customize.php diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 7f667d37..bd8e1181 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -15,7 +15,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can( 'customize' ) ) { wp_die( '

' . __( 'Cheatin’ uh?' ) . '

' . - '

' . __( 'You are not allowed to customize the appearance of this site.' ) . '

', + '

' . __( 'Sorry, you are not allowed to customize this site.' ) . '

', 403 ); } @@ -118,12 +118,12 @@ do_action( 'customize_controls_print_scripts' ); submit_button( $save_text, 'primary save', 'save', false ); ?> - + - + @@ -134,7 +134,7 @@ do_action( 'customize_controls_print_scripts' ); ' . get_bloginfo( 'name' ) . '' ); ?> - +