Some menu string improvements. props JohnONolan. see #13378.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-24 09:26:41 +00:00
parent f15cdc78cf
commit c83e17c1ce
2 changed files with 2 additions and 2 deletions

View File

@ -407,7 +407,7 @@ function wp_nav_menu_locations_meta_box() {
$menu_locations = get_nav_menu_locations();
$num_locations = count( array_keys($locations) );
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>';
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>';
foreach ( $locations as $location => $description ) {
?>

View File

@ -93,7 +93,7 @@ function twentyten_setup() {
// This theme uses wp_nav_menu() in one location.
register_nav_menus( array(
'primary' => __( 'Primary Menu', 'twentyten' ),
'primary' => __( 'Primary Navigation', 'twentyten' ),
) );
// This theme allows users to set a custom background