Make WordPress Core


Ignore:
Timestamp:
09/04/2007 08:56:08 PM (18 years ago)
Author:
westi
Message:

Improve desriptions for I18N strings. Fixes #4906 props nbachiyski

File:
1 edited

Legend:

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

    r6026 r6033  
    1313
    1414
    15 $post_status_label = _c('Pages|manage pages header');
     15$post_status_label = __('Pages');
    1616$post_status_q = '';
    1717if ( isset($_GET['post_status']) && in_array( $_GET['post_status'], array_keys($post_stati) ) ) {
     
    3232    $h2_author = ' ' . sprintf(__('by %s'), wp_specialchars( $author_user->display_name ));
    3333}
    34 printf( _c( '%1$s%2$s%3$s|manage pages header' ), $post_status_label, $h2_author, $h2_search );
     34printf( _c( '%1$s%2$s%3$s|You can reorder these: 1: Pages, 2: by %s, 3: matching %s' ), $post_status_label, $h2_author, $h2_search );
    3535?></h2>
    3636
Note: See TracChangeset for help on using the changeset viewer.