summaryrefslogtreecommitdiff
path: root/src/plugins/autotest/quick/quicktestframework.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/quick/quicktestframework.cpp')
-rw-r--r--src/plugins/autotest/quick/quicktestframework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/quick/quicktestframework.cpp b/src/plugins/autotest/quick/quicktestframework.cpp
index 17e2c449be..ef5423bb6f 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);
}