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 { |
727 | 727 | 'l10n' => array( |
728 | 728 | 'saveBtnLabel' => __( 'Apply' ), |
729 | 729 | 'saveBtnTooltip' => __( 'Save and preview changes before publishing them.' ), |
730 | | 'removeBtnLabel' => __( 'Remove' ), |
| 730 | 'removeBtnLabel' => __( 'Delete' ), |
731 | 731 | 'removeBtnTooltip' => __( 'Trash widget by moving it to the inactive widgets sidebar.' ), |
732 | 732 | 'error' => __( 'An error has occurred. Please reload the page and try again.' ), |
733 | 733 | 'widgetMovedUp' => __( 'Widget moved up' ), |