Make WordPress Core

Ticket #13378: 13378.location.wording.diff

File 13378.location.wording.diff, 848 bytes (added by johnonolan, 14 years ago)

Revised wording for selecting a location or locations based on my comment above.

  • wp-admin/includes/nav-menu.php

     
    407407        $menu_locations = get_nav_menu_locations();
    408408        $num_locations = count( array_keys($locations) );
    409409
    410         echo '<p>' . sprintf( _n('Your theme supports %s menu.  Assign a menu to your theme.', 'Your theme supports %s menus. Assign menus to your theme.', $num_locations), number_format_i18n($num_locations) ) . '</p>';
     410        echo '<p>' . 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>';
    411411
    412412        foreach ( $locations as $location => $description ) {
    413413                ?>