Make WordPress Core

Changeset 7351 for trunk/wp-app.php


Ignore:
Timestamp:
03/17/2008 09:18:03 PM (17 years ago)
Author:
ryan
Message:

Better phrasing. Props kichu and MtDewVirus. fixes #6259

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r7301 r7351  
    388388    function get_attachment($postID = NULL) {
    389389        if( !current_user_can( 'upload_files' ) )
    390             $this->auth_required( __( 'Sorry, you do not have the right to file uploads on this blog.' ) );
     390            $this->auth_required( __( 'Sorry, you do not have permission to upload files.' ) );
    391391
    392392        if (!isset($postID)) {
Note: See TracChangeset for help on using the changeset viewer.