Skip to content

Commit

Permalink
Merge pull request #43896 from nyalldawson/hig
Browse files Browse the repository at this point in the history
Fix capitalization
  • Loading branch information
m-kuhn committed Jun 24, 2021
2 parents c518912 + b04b734 commit 8cb816f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -455,12 +455,12 @@
<widget class="QComboBox" name="cbxAbsolutePath">
<item>
<property name="text">
<string>absolute</string>
<string>Absolute</string>
</property>
</item>
<item>
<property name="text">
<string>relative</string>
<string>Relative</string>
</property>
</item>
</widget>
Expand Down

0 comments on commit 8cb816f

Please sign in to comment.