From 71eee3357da9af229b6cd355db367a9f34fdf0f4 Mon Sep 17 00:00:00 2001 From: koopersmith Date: Wed, 7 Mar 2012 19:00:12 +0000 Subject: [PATCH] Combine two strings. Cheatin', uh? git-svn-id: http://svn.automattic.com/wordpress/trunk@20143 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/media-upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/media-upload.php b/wp-admin/media-upload.php index 6952eac93..394ba0408 100644 --- a/wp-admin/media-upload.php +++ b/wp-admin/media-upload.php @@ -31,7 +31,7 @@ $post_id = isset($post_id)? (int) $post_id : 0; // Require an ID for the edit screen if ( isset($action) && $action == 'edit' && !$ID ) - wp_die(__("You are not allowed to be here")); + wp_die( __( 'Cheatin’ uh?' ) ); if ( isset($_GET['inline']) ) { $errors = array();