summaryrefslogtreecommitdiff
path: root/src/plugins/autotest
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-07-13 14:19:52 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-07-16 11:29:21 +0000
commite1d8489262d0000a1e277866a60de1023d49ee35 (patch)
tree4ff827bfc61f5c4032714aadf143abd8c182425f /src/plugins/autotest
parent37bcbf75751cf562bc431ae01f85c56193b85a04 (diff)
downloadqt-creator-e1d8489262d0000a1e277866a60de1023d49ee35.tar.gz
AutoTest: Harmonize capitalization of "GTest filter"
Change-Id: If3fe511a26234ac96767f5d7370106aee9b80ca7 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/autotest')
-rw-r--r--src/plugins/autotest/gtest/gtestframework.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/gtest/gtestframework.cpp b/src/plugins/autotest/gtest/gtestframework.cpp
index 67258c86ef..ceb0b12cb0 100644
--- a/src/plugins/autotest/gtest/gtestframework.cpp
+++ b/src/plugins/autotest/gtest/gtestframework.cpp
@@ -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()