diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-13 16:48:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 16:48:40 +0100 |
commit | de4ae922874ef9ea7dc3357efa6143be41dcc64b (patch) | |
tree | 7de1f8e726a9eb28eea4e14c27b5d89106888666 | |
parent | 2c6905f0c9b751404b732ff522f8ccb46b96ae17 (diff) | |
parent | 59ed3c1aaf356f571464135f46e16441e66b5433 (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.xml | 2 |
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"> |