Skip to content

Commit

Permalink
Make tooltip capitalization consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2018
1 parent 3d23cde commit 75843a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsidentifyresultsbase.ui
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand All @@ -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>
Expand Down

0 comments on commit 75843a8

Please sign in to comment.