diff --git a/plugins/javaFX/resources/intentionDescriptions/JavaFxCollapseSubTagToAttributeIntention/description.html b/plugins/javaFX/resources/intentionDescriptions/JavaFxCollapseSubTagToAttributeIntention/description.html index a87925dd86a0..8adb158d7c05 100644 --- a/plugins/javaFX/resources/intentionDescriptions/JavaFxCollapseSubTagToAttributeIntention/description.html +++ b/plugins/javaFX/resources/intentionDescriptions/JavaFxCollapseSubTagToAttributeIntention/description.html @@ -1,6 +1,6 @@ -This intention collapses property subtag to an attribute of a parent class tag. +Moves a property subtag to the parent class tag attribute. \ No newline at end of file diff --git a/plugins/javaFX/resources/intentionDescriptions/JavaFxExpandAttributeIntention/description.html b/plugins/javaFX/resources/intentionDescriptions/JavaFxExpandAttributeIntention/description.html index a3598b3ef7b4..4218cef73896 100644 --- a/plugins/javaFX/resources/intentionDescriptions/JavaFxExpandAttributeIntention/description.html +++ b/plugins/javaFX/resources/intentionDescriptions/JavaFxExpandAttributeIntention/description.html @@ -1,6 +1,6 @@ -This intention expands property attribute to a subtag. +Extracts a property attribute to a separate subtag. \ No newline at end of file diff --git a/plugins/javaFX/resources/intentionDescriptions/JavaFxFieldToPropertyIntention/description.html b/plugins/javaFX/resources/intentionDescriptions/JavaFxFieldToPropertyIntention/description.html index 1e2bf5ba849c..ad2c23c10d87 100644 --- a/plugins/javaFX/resources/intentionDescriptions/JavaFxFieldToPropertyIntention/description.html +++ b/plugins/javaFX/resources/intentionDescriptions/JavaFxFieldToPropertyIntention/description.html @@ -1,5 +1,5 @@ -This intention converts a field into JavaFX property. +Converts a field into a JavaFX property. \ No newline at end of file