summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-11-13 16:48:40 +0100
committerGitHub <noreply@github.com>2020-11-13 16:48:40 +0100
commitde4ae922874ef9ea7dc3357efa6143be41dcc64b (patch)
tree7de1f8e726a9eb28eea4e14c27b5d89106888666
parent2c6905f0c9b751404b732ff522f8ccb46b96ae17 (diff)
parent59ed3c1aaf356f571464135f46e16441e66b5433 (diff)
Merge pull request #43501 from Feniks-Gaming/master
In LineEdit Changed "mouse cursor" to the "caret (text cursor)".
-rw-r--r--doc/classes/TextEdit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 53d706db2d..168cc8a1c3 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -270,7 +270,7 @@
<return type="String">
</return>
<description>
- Returns a [String] text with the word under the mouse cursor location.
+ Returns a [String] text with the word under the caret (text cursor) location.
</description>
</method>
<method name="insert_text_at_cursor">