Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix capitalization
(cherry picked from commit bd84db5)
  • Loading branch information
nyalldawson committed Sep 4, 2018
1 parent a650c22 commit 45c790e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsmapunitscalewidgetbase.ui
Expand Up @@ -24,7 +24,7 @@
<item row="0" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Scale range</string>
<string>Scale Range</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="1">
Expand Down Expand Up @@ -96,7 +96,7 @@
<item row="3" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Size range</string>
<string>Size Range</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0">
Expand Down

0 comments on commit 45c790e

Please sign in to comment.