I18N: Combine duplicate "Menu Locations" and "Menu Options" strings.

Props ramiy.
See #18218.

git-svn-id: https://develop.svn.wordpress.org/trunk@38080 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-07-17 16:46:25 +00:00
parent ad30724bb5
commit 4c5165a8d0
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ class WP_Customize_Nav_Menu_Auto_Add_Control extends WP_Customize_Control {
*/
protected function content_template() {
?>
<span class="customize-control-title"><?php _e( 'Menu options' ); ?></span>
<span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span>
<label>
<input type="checkbox" class="auto_add" />
<?php _e( 'Automatically add new top-level pages to this menu' ); ?>

View File

@ -64,7 +64,7 @@ class WP_Customize_Nav_Menu_Control extends WP_Customize_Control {
<?php if ( current_theme_supports( 'menus' ) ) : ?>
<ul class="menu-settings">
<li class="customize-control">
<span class="customize-control-title"><?php _e( 'Menu locations' ); ?></span>
<span class="customize-control-title"><?php _e( 'Menu Locations' ); ?></span>
</li>
<?php foreach ( get_registered_nav_menus() as $location => $description ) : ?>