Changeset 7021

Show
Ignore:
Timestamp:
02/25/08 18:34:45 (9 months ago)
Author:
ryan
Message:

Grammar fix. Props thenlich and hansengel. fixes #5991

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xmlrpc.php

    r6815 r7021  
    693693        set_current_user( 0, $username ); 
    694694        if( !current_user_can( 'edit_posts' ) ) { 
    695             return new IXR_Error( 403, __( 'You are not allowed details about comments.' ) ); 
     695            return new IXR_Error( 403, __( 'You are not allowed access to details about comments.' ) ); 
    696696        } 
    697697