Change ui string to avoid confused users

Change-Id: I431de718d01e454bb55216afd5d0ca792fa69677
Reviewed-by: Riitta-Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-04-02 14:55:37 +02:00
parent 3f506a2a36
commit 2182b2adbe

View File

@@ -638,7 +638,7 @@ void TestCodeParser::scanForTests(const QStringList &fileList)
QFuture<void> 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);