diff --git a/src/plugins/projectexplorer/toolchainoptionspage.cpp b/src/plugins/projectexplorer/toolchainoptionspage.cpp
index 051dd6ee3669185ba71773638dcd799d73280fca..d3b755587bdfd633eace9c7031476d4003f937cf 100644
--- a/src/plugins/projectexplorer/toolchainoptionspage.cpp
+++ b/src/plugins/projectexplorer/toolchainoptionspage.cpp
@@ -310,7 +310,7 @@ void ToolChainModel::apply()
 
     if (removedTcs.count() == 1) {
         QMessageBox::warning(0,
-                             tr("Duplicate compilers detected"),
+                             tr("Duplicate Compilers Detected"),
                              tr("The following compiler was already configured:<br>"
                                 "&nbsp;%1<br>"
                                 "It was not configured again.")
@@ -318,7 +318,7 @@ void ToolChainModel::apply()
 
     } else if (!removedTcs.isEmpty()) {
         QMessageBox::warning(0,
-                             tr("Duplicate compilers detected"),
+                             tr("Duplicate Compilers Detected"),
                              tr("The following compilers were already configured:<br>"
                                 "&nbsp;%1<br>"
                                 "They were not configured again.")
diff --git a/src/plugins/qtsupport/qtprofileconfigwidget.cpp b/src/plugins/qtsupport/qtprofileconfigwidget.cpp
index d488bb31e0fc5916f74cb24e168ca7352fe997c8..dc96ce659275abbf76d03cf8f35bf12847502358 100644
--- a/src/plugins/qtsupport/qtprofileconfigwidget.cpp
+++ b/src/plugins/qtsupport/qtprofileconfigwidget.cpp
@@ -53,7 +53,7 @@ QtProfileConfigWidget::QtProfileConfigWidget(ProjectExplorer::Profile *p,
     m_combo(new QComboBox),
     m_manageButton(new QPushButton(this))
 {
-    setToolTip(tr("The Qt library to use for all projects using this profile.<br>"
+    setToolTip(tr("The Qt library to use for all projects using this target.<br>"
                   "A Qt version is required for qmake-based projects and optional when using other build systems."));
     QHBoxLayout *layout = new QHBoxLayout(this);
     layout->setMargin(0);