diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index b42033881bb78e847009fb7d5bd6b90981648d96..ce956cabc735ad12d85ff4e5981b60cddc30d96e 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()
     }
 }