diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml
index aea0a218929..7f011236a90 100644
--- a/doc/classes/EditorProperty.xml
+++ b/doc/classes/EditorProperty.xml
@@ -110,10 +110,10 @@
Used by the inspector, set to [code]true[/code] when the property can be deleted by the user.
- Used by the inspector, set to [code]true[/code] when the property label is drawn.
+ Used by the inspector, set to [code]true[/code] when the property background is drawn.
- Used by the inspector, set to [code]true[/code] when the property background is drawn.
+ Used by the inspector, set to [code]true[/code] when the property label is drawn.
Used by the inspector, set to [code]true[/code] when the property is drawn with the editor theme's warning color. This is used for editable children's properties.