From 06db41b41711a9e3c70a7f307a56eeb1778ef77a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 17 Mar 2008 21:18:03 +0000 Subject: [PATCH] Better phrasing. Props kichu and MtDewVirus. fixes #6259 git-svn-id: https://develop.svn.wordpress.org/trunk@7351 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-app.php b/wp-app.php index 8c7b8fbea8..52ce7b73ec 100644 --- a/wp-app.php +++ b/wp-app.php @@ -387,7 +387,7 @@ EOD; function get_attachment($postID = NULL) { if( !current_user_can( 'upload_files' ) ) - $this->auth_required( __( 'Sorry, you do not have the right to file uploads on this blog.' ) ); + $this->auth_required( __( 'Sorry, you do not have permission to upload files.' ) ); if (!isset($postID)) { $this->get_attachments();