diff --git a/src/plugins/autotest/quick/quicktestframework.cpp b/src/plugins/autotest/quick/quicktestframework.cpp index 17e2c449be7..ef5423bb6f8 100644 --- a/src/plugins/autotest/quick/quicktestframework.cpp +++ b/src/plugins/autotest/quick/quicktestframework.cpp @@ -37,7 +37,7 @@ ITestParser *QuickTestFramework::createTestParser() const TestTreeItem *QuickTestFramework::createRootNode() const { - return new QuickTestTreeItem(QCoreApplication::translate("QuickTestFramework", "Quick Tests"), + return new QuickTestTreeItem(QCoreApplication::translate("QuickTestFramework", "Quick Test"), QString(), TestTreeItem::Root); }