Skip to content

Commit

Permalink
Use 3rd person in tooltips
Browse files Browse the repository at this point in the history
Change-Id: I5a562f50acc3ba9bb14a8f87a5219ef311508076
Reviewed-by: Leena Miettinen <[email protected]>
  • Loading branch information
JarekKobus committed Dec 1, 2016
1 parent 15148d8 commit ed64ef4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/plugins/autotest/gtest/gtestsettingspage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<item row="1" column="0">
<widget class="QCheckBox" name="breakOnFailureCB">
<property name="toolTip">
<string>Turn failures into debugger breakpoints.</string>
<string>Turns failures into debugger breakpoints.</string>
</property>
<property name="text">
<string>Break on failure while debugging</string>
Expand All @@ -44,7 +44,7 @@
<item row="4" column="0">
<widget class="QCheckBox" name="throwOnFailureCB">
<property name="toolTip">
<string>Turn assertion failures into C++ exceptions.</string>
<string>Turns assertion failures into C++ exceptions.</string>
</property>
<property name="text">
<string>Throw on failure</string>
Expand All @@ -67,7 +67,7 @@
<item row="3" column="0">
<widget class="QCheckBox" name="shuffleGTestsCB">
<property name="toolTip">
<string>Shuffle tests automatically on every iteration by the given seed.</string>
<string>Shuffles tests automatically on every iteration by the given seed.</string>
</property>
<property name="text">
<string>Shuffle tests</string>
Expand Down
8 changes: 4 additions & 4 deletions src/plugins/autotest/testsettingspage.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit ed64ef4

Please sign in to comment.