From 5320795ec61eef4719f4046fd48d6f9abacfd152 Mon Sep 17 00:00:00 2001
From: Daniel Teske <daniel.teske@nokia.com>
Date: Fri, 17 Feb 2012 15:57:17 +0100
Subject: [PATCH] Unconfigured Project: Update some texts

Change-Id: I2ad7b98ad4674d63222bda9ef2283c4feb80a0dd
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
---
 src/plugins/qt4projectmanager/qt4projectmanagerconstants.h | 2 +-
 src/plugins/qt4projectmanager/unconfiguredprojectpanel.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h b/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
index 39eb9c6d679..3568058a699 100644
--- a/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
+++ b/src/plugins/qt4projectmanager/qt4projectmanagerconstants.h
@@ -103,7 +103,7 @@ const char QMAKEVAR_DECLARATIVE_DEBUG[] = "CONFIG+=declarative_debug";
 
 // Unconfigured Settings page
 const char UNCONFIGURED_SETTINGS_PAGE_ID[] = "R.UnconfiguredSettings";
-const char UNCONFIGURED_SETTINGS_PAGE_NAME[] = QT_TRANSLATE_NOOP("Qt4ProjectManager", "Unconfigured Project Settings");
+const char UNCONFIGURED_SETTINGS_PAGE_NAME[] = QT_TRANSLATE_NOOP("Qt4ProjectManager", "Unconfigured Project");
 
 // Unconfigured Panel
 const char UNCONFIGURED_PANEL_PAGE_ID[] = "UnconfiguredPanel";
diff --git a/src/plugins/qt4projectmanager/unconfiguredprojectpanel.cpp b/src/plugins/qt4projectmanager/unconfiguredprojectpanel.cpp
index 9d74f199880..0481e059ffa 100644
--- a/src/plugins/qt4projectmanager/unconfiguredprojectpanel.cpp
+++ b/src/plugins/qt4projectmanager/unconfiguredprojectpanel.cpp
@@ -145,7 +145,7 @@ void TargetSetupPageWrapper::updateNoteText()
     if (us.version && us.toolchain)
         text = tr("<p>The project <b>%1</b> is not yet configured.</p><p>Qt Creator uses the Qt version: <b>%2</b> "
                   "and the tool chain: <b>%3</b> to parse the project. You can edit "
-                  "these in the <b><a href=\"edit\">settings</a></b></p>")
+                  "these in the <b><a href=\"edit\">options.</a></b></p>")
                 .arg(m_project->displayName())
                 .arg(us.version->displayName())
                 .arg(us.toolchain->displayName());
-- 
GitLab