summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.cpp
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2011-10-21 16:39:14 +0200
committerRobert Löhning <robert.loehning@nokia.com>2011-10-25 11:57:10 +0200
commit998281c5c91c3bc53edfb3528a7483c294e876f1 (patch)
tree9fb75564c765d506c8d5f932ef36cffb4d756215 /src/plugins/projectexplorer/buildmanager.cpp
parente4a7b0642b63856f3cd4f3c6df55fa50fd9cc437 (diff)
downloadqt-creator-998281c5c91c3bc53edfb3528a7483c294e876f1.tar.gz
"Build Issues" was renamed to "Issues"
Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.cpp')
-rw-r--r--src/plugins/projectexplorer/buildmanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.cpp b/src/plugins/projectexplorer/buildmanager.cpp
index 0a5e2db5c3..c66c3d0f7e 100644
--- a/src/plugins/projectexplorer/buildmanager.cpp
+++ b/src/plugins/projectexplorer/buildmanager.cpp
@@ -157,9 +157,9 @@ BuildManager::BuildManager(ProjectExplorerPlugin *parent)
void BuildManager::extensionsInitialized()
{
d->m_taskHub->addCategory(Constants::TASK_CATEGORY_COMPILE,
- tr("Compile", "Category for compiler isses listened under 'Build Issues'"));
+ tr("Compile", "Category for compiler isses listed under 'Issues'"));
d->m_taskHub->addCategory(Constants::TASK_CATEGORY_BUILDSYSTEM,
- tr("Build System", "Category for build system isses listened under 'Build Issues'"));
+ tr("Build System", "Category for build system isses listed under 'Issues'"));
}
BuildManager::~BuildManager()