File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -679,10 +679,10 @@ ui_strings.S_ERRORS_MAXIMUM_REACHED = "Displaying %(MAX)s of %(COUNT)s errors";
679679ui_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. */
688688ui_strings . S_EVENT_TARGET_LISTENER = "Event target listener" ;
You can’t perform that action at this time.
0 commit comments