aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2015-01-08 16:48:01 +0100
committerMitch Curtis <mitch.curtis@digia.com>2015-01-09 10:48:58 +0100
commit956d8b8025eb604673402e7cb0565b47d3169d67 (patch)
tree67be09d19506c8036fe7a9f2707d9d49faabbdfa
parent5fa4e1d0981cbe52392f474d0297678915bc48f5 (diff)
Fix grammatical error in Text and TextEdit documentation.
Change-Id: I6fd68166108a060931cd6bcd64ccd865d251a4c3 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-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.