Ticket #13378: 13378.location.wording.diff
File 13378.location.wording.diff, 848 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/nav-menu.php
407 407 $menu_locations = get_nav_menu_locations(); 408 408 $num_locations = count( array_keys($locations) ); 409 409 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>'; 411 411 412 412 foreach ( $locations as $location => $description ) { 413 413 ?>