summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustKoi <iamjustkoi@gmail.com>2023-02-28 17:16:43 -0500
committerYuri Sizov <yuris@humnom.net>2023-03-13 14:28:35 +0100
commited139593bf5045c696879be771c29732080cb632 (patch)
treed181ee77d39444e5bf417aab08267c610b63d532 /doc
parentb880bde10f5a32c36563c1a0842f167d01401a37 (diff)
Fix small mistake in Window.xml
Fix small mistake in Window.xml (cherry picked from commit 7f8425d6fb68ca528439b6d6a5e14c4e6c92e5da)
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Window.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index 719eda5ba9..b8f731809a 100644
--- a/doc/classes/Window.xml
+++ b/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.
</member>
<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.
</member>
<member name="transparent" type="bool" setter="set_flag" getter="get_flag" default="false">