Better phrasing. Props kichu and MtDewVirus. fixes #6259

git-svn-id: http://svn.automattic.com/wordpress/trunk@7351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-17 21:18:03 +00:00
parent d95e0cf394
commit 7afb7b63ac
1 changed files with 1 additions and 1 deletions

View File

@ -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();