diff options
author | Robert Loehning <robert.loehning@qt.io> | 2018-07-13 14:19:52 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2018-07-16 11:29:21 +0000 |
commit | e1d8489262d0000a1e277866a60de1023d49ee35 (patch) | |
tree | 4ff827bfc61f5c4032714aadf143abd8c182425f /src/plugins/autotest | |
parent | 37bcbf75751cf562bc431ae01f85c56193b85a04 (diff) | |
download | qt-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.cpp | 2 |
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() |