Make WordPress Core

Changeset 5583


Ignore:
Timestamp:
05/28/2007 10:31:31 PM (17 years ago)
Author:
ryan
Message:

Nomenclature changes. see #3945

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-pages.php

    r5582 r5583  
    88$post_stati  = array(   //  array( adj, noun )
    99            'draft'   => array(__('Draft'), __('Draft pages')),
    10             'future'  => array(__('Future dated'), __('Future dated pages')),
    1110            'private' => array(__('Private'), __('Private pages')),
    1211            'publish' => array(__('Published'), __('Published pages'))
     
    5251    </fieldset>
    5352
    54     <input type="submit" id="post-query-submit" value="<?php _e('Go &#187;'); ?>" class="button" />
     53    <input type="submit" id="post-query-submit" value="<?php _e('Filter &#187;'); ?>" class="button" />
    5554</form>
    5655
  • trunk/wp-admin/edit.php

    r5575 r5583  
    1111$post_stati  = array(   //  array( adj, noun )
    1212            'draft' => array(__('Draft'), _c('Drafts|manage posts header')),
    13             'future' => array(__('Future dated'), __('Future dated posts')),
     13            'future' => array(__('Scheduled'), __('Scheduled posts')),
    1414            'private' => array(__('Private'), __('Private posts')),
    1515            'publish' => array(__('Published'), __('Published posts'))
     
    125125        <?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
    126126    </fieldset>
    127     <input type="submit" id="post-query-submit" value="<?php _e('Go &#187;'); ?>" class="button" />
     127    <input type="submit" id="post-query-submit" value="<?php _e('Filter &#187;'); ?>" class="button" />
    128128</form>
    129129
Note: See TracChangeset for help on using the changeset viewer.