From 7afb7b63accf7b4b1bc58757c949c5e3fbe77bc5 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 17 Mar 2008 21:18:03 +0000 Subject: [PATCH] Better phrasing. Props kichu and MtDewVirus. fixes #6259 git-svn-id: http://svn.automattic.com/wordpress/trunk@7351 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-app.php b/wp-app.php index 8c7b8fbea..52ce7b73e 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();