Change "Unpublished" to "Draft" in quick edit, props lloydbudd, fixes #9151

git-svn-id: http://svn.automattic.com/wordpress/trunk@10582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-02-16 22:09:41 +00:00
parent 40f655306d
commit 748b4d67a2
1 changed files with 1 additions and 1 deletions

View File

@ -1157,7 +1157,7 @@ function inline_edit_row( $type ) {
<?php endif; // $bulk ?>
<?php endif; ?>
<option value="pending"><?php _e( 'Pending Review' ); ?></option>
<option value="draft"><?php _e( 'Unpublished' ); ?></option>
<option value="draft"><?php _e( 'Draft' ); ?></option>
</select>
</label>