From feb05df7eb0bdfaf66a08ff52f9cd7c93aa230c0 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Mon, 20 Sep 2010 16:37:28 +0200
Subject: [PATCH] Fix grammatical mistake in warnings

---
 src/plugins/plugins.pro | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index b42033881bb..ce956cabc73 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -49,9 +49,9 @@ contains(QT_CONFIG, declarative) {
         SUBDIRS += plugin_qmldesigner 
     } else {
         warning()
-        warning("QmlDesigner plugin have been disabled")
-        warning("The plugin depend on on private headers from QtDeclarative module.")
-        warning("To enable them, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.")
+        warning("QmlDesigner plugin has been disabled")
+        warning("The plugin depends on on private headers from QtDeclarative module.")
+        warning("To enable it, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.")
         warning()
     }
 }
-- 
GitLab