From ed139593bf5045c696879be771c29732080cb632 Mon Sep 17 00:00:00 2001 From: JustKoi Date: Tue, 28 Feb 2023 17:16:43 -0500 Subject: Fix small mistake in Window.xml Fix small mistake in Window.xml (cherry picked from commit 7f8425d6fb68ca528439b6d6a5e14c4e6c92e5da) --- doc/classes/Window.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. - 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. -- cgit v1.2.3