From 6d23209dca0e58b869838472c259cfc9a2fa8b6c Mon Sep 17 00:00:00 2001
From: Sergey Biryukov
Date: Tue, 3 Sep 2013 01:41:49 +0000
Subject: [PATCH] Consolidate similar menu locations strings. props
DrewAPicture. fixes #24945.
git-svn-id: https://develop.svn.wordpress.org/trunk@25218 602fd350-edb4-49c9-b593-d223f7449a82
---
src/wp-admin/nav-menus.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wp-admin/nav-menus.php b/src/wp-admin/nav-menus.php
index 34a2f0f997..013cc1f397 100644
--- a/src/wp-admin/nav-menus.php
+++ b/src/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 ) ) . '
';
?>