From 145809b4572339ee9350bf684f10073f126f8b7f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Sep 2013 01:42:10 +0000 Subject: [PATCH] Consolidate similar menu locations strings. props DrewAPicture. fixes #24945. Built from https://develop.svn.wordpress.org/trunk@25218 git-svn-id: http://core.svn.wordpress.org/trunk@25189 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/nav-menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php index 34a2f0f997..013cc1f397 100644 --- a/wp-admin/nav-menus.php +++ b/wp-admin/nav-menus.php @@ -547,7 +547,7 @@ require_once( './admin-header.php' ); ?> ' . 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 ) ) . '

'; + echo '

' . 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 ) ) . '

'; ?>