Skip to content

Commit 5224e96

Browse files
author
Chris K
committed
DFL-3424 Uncommon terminology for event listener inspection
1 parent 666ef82 commit 5224e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui-strings/ui_strings-en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ ui_strings.M_VIEW_SUB_LABEL_PARENT_OFFSETS = "Parent Offsets";
421421
ui_strings.S_ANONYMOUS_FUNCTION_NAME = "(anonymous)";
422422

423423
/* DESC: Info in a tooltip that the according listener was set as attribute. */
424-
ui_strings.S_ATTRIBUTE_LISTENER = "Attribute listener";
424+
ui_strings.S_ATTRIBUTE_LISTENER = "Event handler";
425425

426426
/* DESC: Generic label for a cancel button */
427427
ui_strings.S_BUTTON_CANCEL = "Cancel";
@@ -685,7 +685,7 @@ ui_strings.S_EVENT_LISTENER_ADDED_IN = "Added in %s";
685685
ui_strings.S_EVENT_LISTENER_SET_AS_MARKUP_ATTR = "Set as markup attribute";
686686

687687
/* DESC: Info in a tooltip that the according listener was set by the event target interface. */
688-
ui_strings.S_EVENT_TARGET_LISTENER = "Event target listener";
688+
ui_strings.S_EVENT_TARGET_LISTENER = "Event listener";
689689

690690
/* DESC: Event type for events in the profiler */
691691
ui_strings.S_EVENT_TYPE_CSS_PARSING = "CSS parsing";

0 commit comments

Comments
 (0)