Skip to content
Permalink
Browse files
Make tooltip capitalization consistent
  • Loading branch information
nyalldawson committed Feb 8, 2018
1 parent 3d23cde commit 75843a8
Showing 1 changed file with 3 additions and 3 deletions.
@@ -288,7 +288,7 @@
<string>Expand New Results</string>
</property>
<property name="toolTip">
<string>New results will be expanded by default.</string>
<string>Expand New Results by Default</string>
</property>
</action>
<action name="mOpenFormAction">
@@ -324,7 +324,7 @@
<string>Copy Feature</string>
</property>
<property name="toolTip">
<string>Copy selected feature to clipboard.</string>
<string>Copy Selected Feature to Clipboard </string>
</property>
</action>
<action name="mActionPrint">
@@ -336,7 +336,7 @@
<string>Print Response</string>
</property>
<property name="toolTip">
<string>Print selected HTML response.</string>
<string>Print Selected HTML Response</string>
</property>
</action>
</widget>

0 comments on commit 75843a8

Please sign in to comment.