aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/quick/items/qquicktext.cpp2
-rw-r--r--src/quick/items/qquicktextedit.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp
index f373d129b3..be86b2976b 100644
--- a/src/quick/items/qquicktext.cpp
+++ b/src/quick/items/qquicktext.cpp
@@ -2608,7 +2608,7 @@ bool QQuickTextPrivate::isLinkHoveredConnected()
\qmlproperty string QtQuick::Text::hoveredLink
\since 5.2
- This property contains the link string when user hovers a link
+ This property contains the link string when the user hovers a link
embedded in the text. The link must be in rich text or HTML format
and the \a hoveredLink string provides access to the particular link.
diff --git a/src/quick/items/qquicktextedit.cpp b/src/quick/items/qquicktextedit.cpp
index 27714946f5..99e64b55f9 100644
--- a/src/quick/items/qquicktextedit.cpp
+++ b/src/quick/items/qquicktextedit.cpp
@@ -2570,7 +2570,7 @@ bool QQuickTextEditPrivate::isLinkHoveredConnected()
\qmlproperty string QtQuick::TextEdit::hoveredLink
\since 5.2
- This property contains the link string when user hovers a link
+ This property contains the link string when the user hovers a link
embedded in the text. The link must be in rich text or HTML format
and the link string provides access to the particular link.