Browse Source

Merge pull request #74130 from iamjustkoi/patch-1

Fix small mistake in Window.xml
Rémi Verschelde 2 years ago
parent
commit
cdddb726b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Window.xml

+ 1 - 1
doc/classes/Window.xml

@@ -582,7 +582,7 @@
 			The window's title. If the [Window] is non-embedded, title styles set in [Theme] will have no effect.
 			The window's title. If the [Window] is non-embedded, title styles set in [Theme] will have no effect.
 		</member>
 		</member>
 		<member name="transient" type="bool" setter="set_transient" getter="is_transient" default="false">
 		<member name="transient" type="bool" setter="set_transient" getter="is_transient" default="false">
-			If [code]true[/code], the [Window] is transient, i.e. it's considered a child of another [Window]. Transient window is will be destroyed with its transient parent and will return focus to their parent when closed. The transient window is displayed on top of a non-exclusive full-screen parent window. Transient windows can't enter full-screen mode.
+			If [code]true[/code], the [Window] is transient, i.e. it's considered a child of another [Window]. The transient window will be destroyed with its transient parent and will return focus to their parent when closed. The transient window is displayed on top of a non-exclusive full-screen parent window. Transient windows can't enter full-screen mode.
 			Note that behavior might be different depending on the platform.
 			Note that behavior might be different depending on the platform.
 		</member>
 		</member>
 		<member name="transparent" type="bool" setter="set_flag" getter="get_flag" default="false">
 		<member name="transparent" type="bool" setter="set_flag" getter="get_flag" default="false">