From b181b97b6c3d038b6ae7cc4340c3f953dbd96e22 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 (cherry picked from commit a09aeefa1d0b99790d6f5ca964ffd6afd555e8fa) --- 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 125f7b5a2ec..8a140fc63a1 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.