Make WordPress Core

Changeset 41954


Ignore:
Timestamp:
10/20/2017 10:33:52 AM (8 years ago)
Author:
melchoyce
Message:

Customize Menus: Update capitalization of "next" to match case on the "Next" button.

Props hardeepasrani.
Fixes #42287.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r41887 r41954  
    947947
    948948        <script type="text/html" id="tmpl-nav-menu-submit-new-button">
    949             <p id="customize-new-menu-submit-description"><?php _e( 'Click "next" to start adding links to your new menu.' ); ?></p>
     949            <p id="customize-new-menu-submit-description"><?php _e( 'Click "Next" to start adding links to your new menu.' ); ?></p>
    950950            <button id="customize-new-menu-submit" type="button" class="button" aria-describedby="customize-new-menu-submit-description"><?php _e( 'Next' ); ?></button>
    951951        </script>
Note: See TracChangeset for help on using the changeset viewer.