From a09aeefa1d0b99790d6f5ca964ffd6afd555e8fa Mon Sep 17 00:00:00 2001 From: skyace65 Date: Sat, 13 Jun 2020 17:40:44 -0400 Subject: [PATCH] Fix label percent visible doc description --- doc/classes/Label.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml index 263fb6c0221..3318f2757d5 100644 --- a/doc/classes/Label.xml +++ b/doc/classes/Label.xml @@ -57,7 +57,7 @@ - Limits the count of visible characters. If you set [code]percent_visible[/code] to 50, only up to half of the text's characters will display on screen. Useful to animate the text in a dialog box. + Limits the amount of visible characters. If you set [code]percent_visible[/code] to 0.5, only up to half of the text's characters will display on screen. Useful to animate the text in a dialog box.