Skip to content

Commit

Permalink
Capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 8, 2019
1 parent ae9b8fc commit 500dff1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/qgsexpressionselectiondialogbase.ui
Expand Up @@ -85,22 +85,22 @@
</layout>
<action name="mActionSelect">
<property name="text">
<string>Select features</string>
<string>Select Features</string>
</property>
</action>
<action name="mActionAddToSelection">
<property name="text">
<string>Add to current selection</string>
<string>Add to Current Selection</string>
</property>
</action>
<action name="mActionRemoveFromSelection">
<property name="text">
<string>Remove from current selection</string>
<string>Remove from Current Selection</string>
</property>
</action>
<action name="mActionSelectIntersect">
<property name="text">
<string>Filter current selection</string>
<string>Filter Current Selection</string>
</property>
</action>
</widget>
Expand Down

0 comments on commit 500dff1

Please sign in to comment.