Make WordPress Core

Changeset 14846


Ignore:
Timestamp:
05/24/2010 07:27:57 PM (14 years ago)
Author:
ryan
Message:

Better text for locations box. Props filosofo. fixes #13520 see #13378

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/nav-menu.php

    r14834 r14846  
    408408    $num_locations = count( array_keys($locations) );
    409409
    410     echo '<p class="howto">' . sprintf( _n('Your theme supports %s menu. Select where you would like it to appear.', 'Your theme supports %s menus. Select where you would like them to appear.', $num_locations), number_format_i18n($num_locations) ) . '</p>';
     410    echo '<p class="howto">' . sprintf( _n('Your theme supports %s menu. Select which menu you would like to use.', 'Your theme supports %s menus. Select which menu appears in each location.', $num_locations ), number_format_i18n($num_locations) ) . '</p>';
    411411
    412412    foreach ( $locations as $location => $description ) {
Note: See TracChangeset for help on using the changeset viewer.