Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HIG string fixes
  • Loading branch information
nyalldawson committed Feb 3, 2019
1 parent 2fc24ae commit 1c92fd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/qgsmetadatawidget.ui
Expand Up @@ -121,7 +121,7 @@
<item>
<widget class="QPushButton" name="btnAutoSource">
<property name="text">
<string>Set from layer</string>
<string>Set from Layer</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -356,7 +356,7 @@
<item>
<widget class="QPushButton" name="btnAutoEncoding">
<property name="text">
<string>Set from layer</string>
<string>Set from Layer</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -930,7 +930,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Set CRS from layer</string>
<string>Set CRS from Layer</string>
</property>
</widget>
</item>
Expand All @@ -943,7 +943,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Set CRS from provider</string>
<string>Set CRS from Provider</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 1c92fd2

Please sign in to comment.