Fix grammatical error in Text and TextEdit documentation.
authorMitch Curtis <mitch.curtis@theqtcompany.com>
Thu, 8 Jan 2015 15:48:01 +0000 (16:48 +0100)
committerMitch Curtis <mitch.curtis@digia.com>
Fri, 9 Jan 2015 09:48:58 +0000 (10:48 +0100)
Change-Id: I6fd68166108a060931cd6bcd64ccd865d251a4c3
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
src/quick/items/qquicktext.cpp
src/quick/items/qquicktextedit.cpp

index f373d12..be86b29 100644 (file)
@@ -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.
 
index 2771494..99e64b5 100644 (file)
@@ -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.