diff --git a/plugins/autotest/testcodeparser.cpp b/plugins/autotest/testcodeparser.cpp index df147835a53..71e5eaff6d7 100644 --- a/plugins/autotest/testcodeparser.cpp +++ b/plugins/autotest/testcodeparser.cpp @@ -638,7 +638,7 @@ void TestCodeParser::scanForTests(const QStringList &fileList) QFuture future = QtConcurrent::run(&performParse, list, this); Core::FutureProgress *progress = Core::ProgressManager::addTask(future, isFullParse ? tr("Scanning for Tests") - : tr("Updating Tests"), + : tr("Refreshing Tests List"), Autotest::Constants::TASK_PARSE); connect(progress, &Core::FutureProgress::finished, this, &TestCodeParser::onFinished);