Skip to content

Commit c63816b

Browse files
author
Chris K
committed
Additional fix for DFL-3395 Capitalization issues in Listeners
1 parent 0cd9911 commit c63816b

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
@@ -679,10 +679,10 @@ ui_strings.S_ERRORS_MAXIMUM_REACHED = "Displaying %(MAX)s of %(COUNT)s errors";
679679
ui_strings.S_ERROR_LOG_CSS_FILTER = "Use CSS filter";
680680

681681
/* DESC: Link in an event listener tooltip to the source position where the listener is added. */
682-
ui_strings.S_EVENT_LISTENER_ADDED_IN = "added in %s";
682+
ui_strings.S_EVENT_LISTENER_ADDED_IN = "Added in %s";
683683

684684
/* DESC: Info in an event listener tooltip that the according listener was added in the markup as element attribute. */
685-
ui_strings.S_EVENT_LISTENER_SET_AS_MARKUP_ATTR = "set as markup attribute";
685+
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. */
688688
ui_strings.S_EVENT_TARGET_LISTENER = "Event target listener";

0 commit comments

Comments
 (0)