Make WordPress Core


Ignore:
Timestamp:
09/03/2013 01:41:49 AM (13 years ago)
Author:
SergeyBiryukov
Message:

Consolidate similar menu locations strings. props DrewAPicture. fixes #24945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/nav-menus.php

    r25195 r25218  
    548548        <?php
    549549        if ( $locations_screen ) :
    550                 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>';
     550                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>';
    551551        ?>
    552552        <div id="menu-locations-wrap">
Note: See TracChangeset for help on using the changeset viewer.