diff --git a/plugins/javaFX/resources/inspectionDescriptions/JavaFxColorRgb.html b/plugins/javaFX/resources/inspectionDescriptions/JavaFxColorRgb.html index 8284ada854f0..987facb8d89b 100644 --- a/plugins/javaFX/resources/inspectionDescriptions/JavaFxColorRgb.html +++ b/plugins/javaFX/resources/inspectionDescriptions/JavaFxColorRgb.html @@ -1,6 +1,6 @@ -Reports RGB color components which are out of valid range. +Reports RGB color components that are out of the valid range.

diff --git a/plugins/javaFX/resources/inspectionDescriptions/JavaFxDefaultTag.html b/plugins/javaFX/resources/inspectionDescriptions/JavaFxDefaultTag.html index 99bea62e9ce2..693049e68ab2 100644 --- a/plugins/javaFX/resources/inspectionDescriptions/JavaFxDefaultTag.html +++ b/plugins/javaFX/resources/inspectionDescriptions/JavaFxDefaultTag.html @@ -1,6 +1,7 @@ -Reports usages of tags in .fxml which could be ommitted as these tags correspond to a class property which is declared in @DefaultProperty class annotation. +Reports redundant tags in .fxml files. These tags correspond to a class property which +is declared in the @DefaultProperty class annotation, that is why they can be omitted.

diff --git a/plugins/javaFX/resources/inspectionDescriptions/JavaFxEventHandler.html b/plugins/javaFX/resources/inspectionDescriptions/JavaFxEventHandler.html index 48ca9c918dcb..8c1aceb06e3b 100644 --- a/plugins/javaFX/resources/inspectionDescriptions/JavaFxEventHandler.html +++ b/plugins/javaFX/resources/inspectionDescriptions/JavaFxEventHandler.html @@ -1,5 +1,5 @@ -Reports event handler issues, including incompatible argument type, ambiguous event handler method, and incorrect return type. +Reports event handler issues, including incompatible argument types, ambiguous event handler methods, and incorrect return types. diff --git a/plugins/javaFX/resources/inspectionDescriptions/JavaFxRedundantPropertyValue.html b/plugins/javaFX/resources/inspectionDescriptions/JavaFxRedundantPropertyValue.html index 85cd70b52623..f05fd487b567 100644 --- a/plugins/javaFX/resources/inspectionDescriptions/JavaFxRedundantPropertyValue.html +++ b/plugins/javaFX/resources/inspectionDescriptions/JavaFxRedundantPropertyValue.html @@ -1,6 +1,6 @@ -Reports properties in .fxml files (both attributes and tags) having default values and therefore redundant. +Reports properties in .fxml files (both attributes and tags) that have the default values and therefore are redundant. \ No newline at end of file diff --git a/plugins/javaFX/resources/inspectionDescriptions/JavaFxResourcePropertyValue.html b/plugins/javaFX/resources/inspectionDescriptions/JavaFxResourcePropertyValue.html index ea42dcc5138b..c92a4fe79c36 100644 --- a/plugins/javaFX/resources/inspectionDescriptions/JavaFxResourcePropertyValue.html +++ b/plugins/javaFX/resources/inspectionDescriptions/JavaFxResourcePropertyValue.html @@ -1,5 +1,5 @@ -Reports attribute values defined in properties file that don't match the type of the attribute. +Reports attribute values defined in a .properties file that do not match the type of the attribute. diff --git a/plugins/javaFX/resources/inspectionDescriptions/JavaFxUnresolvedFxIdReference.html b/plugins/javaFX/resources/inspectionDescriptions/JavaFxUnresolvedFxIdReference.html index 8077d99f211c..6576420732ad 100644 --- a/plugins/javaFX/resources/inspectionDescriptions/JavaFxUnresolvedFxIdReference.html +++ b/plugins/javaFX/resources/inspectionDescriptions/JavaFxUnresolvedFxIdReference.html @@ -1,5 +1,5 @@ -Reports unresolved fx:id references. Quickfix to create corresponding field is provided. +Reports unresolved fx:id references. The quick-fix creates the corresponding fields.