aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testsettingspage.ui
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2016-12-01 16:43:54 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2016-12-01 20:41:59 +0000
commited64ef4530d3367fe116b605e5ce2c892dc8fbc1 (patch)
tree26a8db5b37fb261ac5531cb641cfd0e44ea3a545 /src/plugins/autotest/testsettingspage.ui
parent15148d8e4454ff3277131ea52a4204c5fa0b7ab0 (diff)
Use 3rd person in tooltips
Change-Id: I5a562f50acc3ba9bb14a8f87a5219ef311508076 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/autotest/testsettingspage.ui')
-rw-r--r--src/plugins/autotest/testsettingspage.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/autotest/testsettingspage.ui b/src/plugins/autotest/testsettingspage.ui
index 345f48965d..69d67fc5d5 100644
--- a/src/plugins/autotest/testsettingspage.ui
+++ b/src/plugins/autotest/testsettingspage.ui
@@ -50,7 +50,7 @@
<item>
<widget class="QCheckBox" name="limitResultOutputCB">
<property name="toolTip">
- <string>Limit result output to 100000 characters.</string>
+ <string>Limits result output to 100000 characters.</string>
</property>
<property name="text">
<string>Limit result output</string>
@@ -63,7 +63,7 @@
<item>
<widget class="QCheckBox" name="autoScrollCB">
<property name="toolTip">
- <string>Automatically scroll down when new items are added and scrollbar is at bottom.</string>
+ <string>Automatically scrolls down when new items are added and scrollbar is at bottom.</string>
</property>
<property name="text">
<string>Automatically scroll results</string>
@@ -76,7 +76,7 @@
<item>
<widget class="QCheckBox" name="alwaysParseCB">
<property name="toolTip">
- <string>Parse for tests even when no Tests related widget is displayed.</string>
+ <string>Parses for tests even when no Tests related widget is displayed.</string>
</property>
<property name="text">
<string>Always parse current project for tests</string>
@@ -176,7 +176,7 @@
<item>
<widget class="QListWidget" name="frameworkListWidget">
<property name="toolTip">
- <string>Select the test frameworks to be handled by the AutoTest plugin.</string>
+ <string>Selects the test frameworks to be handled by the AutoTest plugin.</string>
</property>
</widget>
</item>