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

git-svn-id: https://develop.svn.wordpress.org/trunk@10582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-02-16 22:09:41 +00:00
parent 26cf5ed6a8
commit 968a58a0c4
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>