← All changes
|
includes/controls/groups/text-shadow.php
+2
-2
4.2.0-beta2
→
3.10.0-dev1
View file →
| @@ -57,9 +57,9 @@ | ||
| 57 | 57 | protected function init_fields() { |
| 58 | 58 | $controls = []; |
| 59 | 59 | |
| 60 | 60 | $controls['text_shadow'] = [ |
| 61 | - 'label' => esc_html__( 'Text Shadow', 'elementor' ), | |
| 61 | + 'label' => _x( 'Text Shadow', 'Text Shadow Control', 'elementor' ), | |
| 62 | 62 | 'type' => Controls_Manager::TEXT_SHADOW, |
| 63 | 63 | 'selectors' => [ |
| 64 | 64 | '{{SELECTOR}}' => 'text-shadow: {{HORIZONTAL}}px {{VERTICAL}}px {{BLUR}}px {{COLOR}};', |
| 65 | 65 | ], |
| @@ -81,9 +81,9 @@ | ||
| 81 | 81 | */ |
| 82 | 82 | protected function get_default_options() { |
| 83 | 83 | return [ |
| 84 | 84 | 'popover' => [ |
| 85 | - 'starter_title' => esc_html__( 'Text Shadow', 'elementor' ), | |
| 85 | + 'starter_title' => _x( 'Text Shadow', 'Text Shadow Control', 'elementor' ), | |
| 86 | 86 | 'starter_name' => 'text_shadow_type', |
| 87 | 87 | 'starter_value' => 'yes', |
| 88 | 88 | 'settings' => [ |
| 89 | 89 | 'render_type' => 'ui', |