diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml
index e562d39bb71..fcfd995002a 100644
--- a/doc/classes/ProgressBar.xml
+++ b/doc/classes/ProgressBar.xml
@@ -4,7 +4,7 @@
A control used for visual representation of a percentage.
- A control used for visual representation of a percentage. Shows fill percentage from right to left.
+ A control used for visual representation of a percentage. Shows the fill percentage in the center. Can also be used to show indeterminate progress. For more fill modes, use [TextureProgressBar] instead.