summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/qmljs/qmljsmodelmanagerinterface.cpp')
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.cpp b/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
index c7acf47495..079116239a 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
@@ -290,7 +290,7 @@ QFuture<void> ModelManagerInterface::refreshSourceFiles(const QStringList &sourc
m_synchronizer.addFuture(result);
if (sourceFiles.count() > 1)
- addTaskInternal(result, tr("Indexing"), Constants::TASK_INDEX);
+ addTaskInternal(result, tr("Parsing QML Files"), Constants::TASK_INDEX);
if (sourceFiles.count() > 1 && !m_shouldScanImports) {
bool scan = false;
@@ -1054,7 +1054,7 @@ void ModelManagerInterface::updateImportPaths()
m_synchronizer.addFuture(result);
- addTaskInternal(result, tr("QML import scan"), Constants::TASK_IMPORT_SCAN);
+ addTaskInternal(result, tr("Scanning QML Imports"), Constants::TASK_IMPORT_SCAN);
}
}