Make WordPress Core

Ticket #24945: 24945.diff

File 24945.diff, 929 bytes (added by DrewAPicture, 13 years ago)
  • wp-admin/nav-menus.php

     
    546546        ?>
    547547        <?php
    548548        if ( $locations_screen ) :
    549                 echo '<p>' . sprintf( _n( 'Your theme supports %s menu. Select which menu you would like to use below.', 'Your theme supports %s menus. Select a menu to use for each theme location below.', $num_locations ), number_format_i18n( $num_locations ) ) . '</p>';
     549                echo '<p>' . 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>';
    550550        ?>
    551551        <div id="menu-locations-wrap">
    552552                <form method="post" action="<?php echo esc_url( add_query_arg( array( 'action' => 'locations' ), admin_url( 'nav-menus.php' ) ) ); ?>">