Make WordPress Core

Ticket #39426: 39426.2.diff

File 39426.2.diff, 762 bytes (added by jainnidhi, 7 years ago)
  • wp-includes/class-wp-customize-widgets.php

    diff --git a/wp-includes/class-wp-customize-widgets.php b/wp-includes/class-wp-customize-widgets.php
    index 4be73e4..be5eda8 100644
    a b final class WP_Customize_Widgets { 
    727727                        'l10n' => array(
    728728                                'saveBtnLabel'     => __( 'Apply' ),
    729729                                'saveBtnTooltip'   => __( 'Save and preview changes before publishing them.' ),
    730                                 'removeBtnLabel'   => __( 'Remove' ),
     730                                'removeBtnLabel'   => __( 'Delete' ),
    731731                                'removeBtnTooltip' => __( 'Trash widget by moving it to the inactive widgets sidebar.' ),
    732732                                'error'            => __( 'An error has occurred. Please reload the page and try again.' ),
    733733                                'widgetMovedUp'    => __( 'Widget moved up' ),