From 93b39fad2f3e653242ba78d20803450b1c29d586 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Thu, 11 Aug 2022 11:46:58 +0300 Subject: =?UTF-8?q?Change=20LineEdit=20secret=20character=20from=20"*"=20t?= =?UTF-8?q?o=20"=E2=80=A2".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/classes/LineEdit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index c06118e621..5217014698 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -221,8 +221,8 @@ If [code]true[/code], every character is replaced with the secret character (see [member secret_character]). - - The character to use to mask secret input (defaults to "*"). Only a single character can be used as the secret character. + + The character to use to mask secret input (defaults to "•"). Only a single character can be used as the secret character. If [code]false[/code], it's impossible to select the text using mouse nor keyboard. -- cgit v1.2.3