summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.cpp b/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
index 6188b145be..92b1dcf2d4 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.cpp
@@ -1054,7 +1054,7 @@ void ModelManagerInterface::updateImportPaths()
m_synchronizer.addFuture(result);
- addTaskInternal(result, tr("Qml import scan"), Constants::TASK_IMPORT_SCAN);
+ addTaskInternal(result, tr("QML import scan"), Constants::TASK_IMPORT_SCAN);
}
}