File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ protected function _renderTooltipSettigns() {
318
318
'tooltip[trigger] ' ,
319
319
isset ( $ this ->tooltip ['trigger ' ] ) ? $ this ->tooltip ['trigger ' ] : null ,
320
320
array (
321
- '' => '' ,
321
+ '' => esc_html__ ( ' Default ' , ' visualizer ' ) ,
322
322
'focus ' => esc_html__ ( 'The tooltip will be displayed when the user hovers over an element ' , 'visualizer ' ),
323
323
'selection ' => esc_html__ ( 'The tooltip will be displayed when the user selects an element ' , 'visualizer ' ),
324
324
'none ' => esc_html__ ( 'The tooltip will not be displayed ' , 'visualizer ' ),
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ protected function _renderTooltipSettigns() {
205
205
'tooltip[trigger] ' ,
206
206
isset ( $ this ->tooltip ['trigger ' ] ) ? $ this ->tooltip ['trigger ' ] : null ,
207
207
array (
208
- '' => '' ,
208
+ '' => esc_html__ ( ' Default ' , ' visualizer ' ) ,
209
209
'focus ' => esc_html__ ( 'The tooltip will be displayed when the user hovers over an element ' , 'visualizer ' ),
210
210
'none ' => esc_html__ ( 'The tooltip will not be displayed ' , 'visualizer ' ),
211
211
),
You can’t perform that action at this time.
0 commit comments