| @@ -57,9 +57,9 @@ | ||
| 57 | 57 | protected function init_fields() { |
| 58 | 58 | $controls = []; |
| 59 | 59 | |
| 60 | 60 | $controls['box_shadow'] = [ |
| 61 | - 'label' => esc_html__( 'Box Shadow', 'elementor' ), | |
| 61 | + 'label' => esc_html_x( 'Box Shadow', 'Box Shadow Control', 'elementor' ), | |
| 62 | 62 | 'type' => Controls_Manager::BOX_SHADOW, |
| 63 | 63 | 'selectors' => [ |
| 64 | 64 | '{{SELECTOR}}' => 'box-shadow: {{HORIZONTAL}}px {{VERTICAL}}px {{BLUR}}px {{SPREAD}}px {{COLOR}} {{box_shadow_position.VALUE}};', |
| 65 | 65 | ], |
| @@ -65,9 +65,9 @@ | ||
| 65 | 65 | ], |
| 66 | 66 | ]; |
| 67 | 67 | |
| 68 | 68 | $controls['box_shadow_position'] = [ |
| 69 | - 'label' => esc_html__( 'Position', 'elementor' ), | |
| 69 | + 'label' => esc_html_x( 'Position', 'Box Shadow Control', 'elementor' ), | |
| 70 | 70 | 'type' => Controls_Manager::SELECT, |
| 71 | 71 | 'options' => [ |
| 72 | 72 | ' ' => esc_html_x( 'Outline', 'Box Shadow Control', 'elementor' ), |
| 73 | 73 | 'inset' => esc_html_x( 'Inset', 'Box Shadow Control', 'elementor' ), |
| @@ -92,9 +92,9 @@ | ||
| 92 | 92 | */ |
| 93 | 93 | protected function get_default_options() { |
| 94 | 94 | return [ |
| 95 | 95 | 'popover' => [ |
| 96 | - 'starter_title' => esc_html__( 'Box Shadow', 'elementor' ), | |
| 96 | + 'starter_title' => esc_html_x( 'Box Shadow', 'Box Shadow Control', 'elementor' ), | |
| 97 | 97 | 'starter_name' => 'box_shadow_type', |
| 98 | 98 | 'starter_value' => 'yes', |
| 99 | 99 | 'settings' => [ |
| 100 | 100 | 'render_type' => 'ui', |