Selaa lähdekoodia

Merge pull request #43501 from Feniks-Gaming/master

In LineEdit Changed "mouse cursor"  to the "caret (text cursor)".
Rémi Verschelde 4 vuotta sitten
vanhempi
commit
de4ae92287
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      doc/classes/TextEdit.xml

+ 1 - 1
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">