Преглед изворни кода

Merge pull request #68055 from Lielay9/patch-1

Fix typo minimize button -> maximize button
Matthew пре 2 година
родитељ
комит
2ccd827453
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/classes/Window.xml

+ 1 - 1
doc/classes/Window.xml

@@ -491,7 +491,7 @@
 			Minimized window mode, i.e. [Window] is not visible and available on window manager's window list. Normally happens when the minimize button is pressed.
 			Minimized window mode, i.e. [Window] is not visible and available on window manager's window list. Normally happens when the minimize button is pressed.
 		</constant>
 		</constant>
 		<constant name="MODE_MAXIMIZED" value="2" enum="Mode">
 		<constant name="MODE_MAXIMIZED" value="2" enum="Mode">
-			Maximized window mode, i.e. [Window] will occupy whole screen area except task bar and still display its borders. Normally happens when the minimize button is pressed.
+			Maximized window mode, i.e. [Window] will occupy whole screen area except task bar and still display its borders. Normally happens when the maximize button is pressed.
 		</constant>
 		</constant>
 		<constant name="MODE_FULLSCREEN" value="3" enum="Mode">
 		<constant name="MODE_FULLSCREEN" value="3" enum="Mode">
 			Full screen window mode. Note that this is not [i]exclusive[/i] full screen. On Windows and Linux, a borderless window is used to emulate full screen. On macOS, a new desktop is used to display the running project.
 			Full screen window mode. Note that this is not [i]exclusive[/i] full screen. On Windows and Linux, a borderless window is used to emulate full screen. On macOS, a new desktop is used to display the running project.