Skip to content
Snippets Groups Projects
Commit dce94870 authored by Kai Koehne's avatar Kai Koehne
Browse files

UI String fix: "Build System" instead of "Buildsystem"

parent 273a64bb
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ BuildManager::BuildManager(ProjectExplorerPlugin *parent) ...@@ -95,7 +95,7 @@ BuildManager::BuildManager(ProjectExplorerPlugin *parent)
pm->addObject(m_taskWindow); pm->addObject(m_taskWindow);
m_taskWindow->addCategory(Constants::TASK_CATEGORY_COMPILE, tr("Compile", "Category for compiler isses listened under 'Build Issues'")); m_taskWindow->addCategory(Constants::TASK_CATEGORY_COMPILE, tr("Compile", "Category for compiler isses listened under 'Build Issues'"));
m_taskWindow->addCategory(Constants::TASK_CATEGORY_BUILDSYSTEM, tr("Buildsystem", "Category for build system isses listened under 'Build Issues'")); m_taskWindow->addCategory(Constants::TASK_CATEGORY_BUILDSYSTEM, tr("Build System", "Category for build system isses listened under 'Build Issues'"));
connect(m_taskWindow, SIGNAL(tasksChanged()), connect(m_taskWindow, SIGNAL(tasksChanged()),
this, SLOT(updateTaskCount())); this, SLOT(updateTaskCount()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment