Make WordPress Core

Changeset 38080


Ignore:
Timestamp:
07/17/2016 04:46:25 PM (10 years ago)
Author:
SergeyBiryukov
Message:

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

Props ramiy.
See #18218.

Location:
trunk/src/wp-includes/customize
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php

    r35389 r38080  
    4242        protected function content_template() {
    4343                ?>
    44                 <span class="customize-control-title"><?php _e( 'Menu options' ); ?></span>
     44                <span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span>
    4545                <label>
    4646                        <input type="checkbox" class="auto_add" />
  • trunk/src/wp-includes/customize/class-wp-customize-nav-menu-control.php

    r35722 r38080  
    6565                <ul class="menu-settings">
    6666                        <li class="customize-control">
    67                                 <span class="customize-control-title"><?php _e( 'Menu locations' ); ?></span>
     67                                <span class="customize-control-title"><?php _e( 'Menu Locations' ); ?></span>
    6868                        </li>
    6969
Note: See TracChangeset for help on using the changeset viewer.