Make WordPress Core

Ticket #13520: accurate-location-label.13520.2.diff

File accurate-location-label.13520.2.diff, 904 bytes (added by filosofo, 15 years ago)
  • wp-admin/includes/nav-menu.php

     
    407407        $menu_locations = get_nav_menu_locations();
    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 ) {
    413413                ?>