Ticket #27575: 27575.diff
File 27575.diff, 725 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/class-wp-customize-widgets.php
573 573 'save_btn_label' => __( 'Apply' ), 574 574 // @todo translate? do we want these tooltips? 575 575 'save_btn_tooltip' => ( 'Save and preview changes before publishing them.' ), 576 'remove_btn_label' => __( ' Remove' ),576 'remove_btn_label' => __( 'Delete' ), 577 577 'remove_btn_tooltip' => ( 'Trash widget by moving it to the inactive widgets sidebar.' ), 578 578 'error' => __( 'An error has occurred. Please reload the page and try again.' ), 579 579 ),