Selaa lähdekoodia

Fix description of `EditorProperty.draw_background` and `EditorProperty.draw_label`

Aioshiro 4 kuukautta sitten
vanhempi
commit
964f51c69a
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      doc/classes/EditorProperty.xml

+ 2 - 2
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.
 		</member>
 		<member name="draw_background" type="bool" setter="set_draw_background" getter="is_draw_background" default="true">
-			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.
 		</member>
 		<member name="draw_label" type="bool" setter="set_draw_label" getter="is_draw_label" default="true">
-			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.
 		</member>
 		<member name="draw_warning" type="bool" setter="set_draw_warning" getter="is_draw_warning" default="false">
 			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.