AutoTest: Harmonize capitalization of "GTest filter"

Change-Id: If3fe511a26234ac96767f5d7370106aee9b80ca7
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2018-07-13 14:19:52 +02:00
parent 37bcbf7575
commit e1d8489262

View File

@@ -85,7 +85,7 @@ QString GTestFramework::groupingToolTip() const
{
return QCoreApplication::translate("GTestFramework",
"Enable or disable grouping of test cases by folder or "
"gtest filter.\nSee also Google Test settings.");
"GTest filter.\nSee also Google Test settings.");
}
GTest::Constants::GroupMode GTestFramework::groupMode()