Proofread JavaFX intention descriptions

GitOrigin-RevId: 5a10daa9857f43c481e00b362158b92ed10e5e6f
This commit is contained in:
Aleksandra Zolushkina
2021-05-04 13:24:57 +00:00
committed by intellij-monorepo-bot
parent 08f7fd4202
commit 07f2a35acc
3 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
<html>
<body>
This intention collapses property subtag to an attribute of a parent class tag.
Moves a property subtag to the parent class tag attribute.
</body>
</html>
@@ -1,6 +1,6 @@
<html>
<body>
This intention expands property attribute to a subtag.
Extracts a property attribute to a separate subtag.
</body>
</html>
@@ -1,5 +1,5 @@
<html>
<body>
This intention converts a field into JavaFX property.
Converts a field into a JavaFX property.
</body>
</html>