Make WordPress Core


Ignore:
Timestamp:
07/29/2015 06:53:00 PM (10 years ago)
Author:
westonruter
Message:

Customizer: Remove redundant translated string.

Props obenland.
Fixes #33183.

File:
1 edited

Legend:

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

    r33460 r33493  
    337337                'movedLeft'         => __( 'Menu item moved out of submenu' ),
    338338                'movedRight'        => __( 'Menu item is now a sub-item' ),
    339                 /* translators: %s: &#9656 is the unicode right-pointing triangle */
    340                 'customizingMenus'  => __( 'Customizing ▸ Menus' ),
     339                /* translators: ▸ is the unicode right-pointing triangle, and %s is the section title in the Customizer */
     340                'customizingMenus'  => sprintf( __( 'Customizing ▸ %s' ), esc_html( $this->manager->get_panel( 'nav_menus' )->title ) ),
    341341                /* translators: %s: title of menu item which is invalid */
    342342                'invalidTitleTpl'   => __( '%s (Invalid)' ),
Note: See TracChangeset for help on using the changeset viewer.