Better phrasing. Props kichu and MtDewVirus. fixes #6259

git-svn-id: https://develop.svn.wordpress.org/trunk@7351 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-17 21:18:03 +00:00
parent cff8236acf
commit 06db41b417
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();