X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..3d39054f012aefe514b3f5509e32f09fc4feda44:/wp-admin/edit-comments.php?ds=sidebyside diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index f5448ab3..f0ecec92 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -11,7 +11,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); if ( ! current_user_can( 'edit_posts' ) ) { wp_die( '

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

' . - '

' . __( 'You are not allowed to edit comments.' ) . '

', + '

' . __( 'Sorry, you are not allowed to edit comments.' ) . '

', 403 ); } @@ -210,7 +210,7 @@ if ( isset( $_REQUEST['error'] ) ) { $error_msg = __( 'Invalid comment ID.' ); break; case 2 : - $error_msg = __( 'You are not allowed to edit comments on this post.' ); + $error_msg = __( 'Sorry, you are not allowed to edit comments on this post.' ); break; } if ( $error_msg )