PluginProbe
Elementor Website Builder – more than just a page builder / 3.10.0-dev1
Elementor Website Builder – more than just a page builder v3.10.0-dev1
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | includes/controls/groups/text-shadow.php +2 -2 4.1.0-dev13.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',