forked from qt-creator/qt-creator
CMake: fix grammar in error message
...for CMakeRunConfiguration Change-Id: I6b977f6ea2fe3b1aa75de497a93edc6256038a9e Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
65d17272ad
commit
67ca818e5b
@@ -178,9 +178,9 @@ bool CMakeBuildStep::init(QList<const BuildStep *> &earlierSteps)
|
|||||||
if (m_addRunConfigurationArgument && (!rc || rc->title().isEmpty())) {
|
if (m_addRunConfigurationArgument && (!rc || rc->title().isEmpty())) {
|
||||||
emit addTask(Task(Task::Error,
|
emit addTask(Task(Task::Error,
|
||||||
QCoreApplication::translate("ProjectExplorer::Task",
|
QCoreApplication::translate("ProjectExplorer::Task",
|
||||||
"You asked to build the current Run Configurations build target only, "
|
"You asked to build the current Run Configuration's build target only, "
|
||||||
"but the current Run Configuration is not associated with a build target. "
|
"but it is not associated with a build target. "
|
||||||
"Please update the Make Step in your build settings."),
|
"Update the Make Step in your build settings."),
|
||||||
Utils::FileName(), -1,
|
Utils::FileName(), -1,
|
||||||
ProjectExplorer::Constants::TASK_CATEGORY_BUILDSYSTEM));
|
ProjectExplorer::Constants::TASK_CATEGORY_BUILDSYSTEM));
|
||||||
canInit = false;
|
canInit = false;
|
||||||
|
Reference in New Issue
Block a user